@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-02T14:17:21.522Z") @Stability(value=Experimental) public interface AccessPointAttributes extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.s3objectlambda.*;
AccessPointAttributes accessPointAttributes = AccessPointAttributes.builder()
.accessPointArn("accessPointArn")
.accessPointCreationDate("accessPointCreationDate")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AccessPointAttributes.Builder
A builder for
AccessPointAttributes |
static class |
AccessPointAttributes.Jsii$Proxy
An implementation for
AccessPointAttributes |
| Modifier and Type | Method and Description |
|---|---|
static AccessPointAttributes.Builder |
builder() |
String |
getAccessPointArn()
(experimental) The ARN of the access point.
|
String |
getAccessPointCreationDate()
(experimental) The creation data of the access point.
|
@Stability(value=Experimental) @NotNull String getAccessPointArn()
@Stability(value=Experimental) @NotNull String getAccessPointCreationDate()
@Stability(value=Experimental) static AccessPointAttributes.Builder builder()
AccessPointAttributes.Builder of AccessPointAttributesCopyright © 2023. All rights reserved.