@Generated(value="software.amazon.awssdk:codegen") public final class S3AccessPointConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3AccessPointConfiguration.Builder,S3AccessPointConfiguration>
The configuration for an Amazon S3 access point or multi-region access point for the bucket. You can propose up to 10 access points or multi-region access points per bucket. If the proposed Amazon S3 access point configuration is for an existing bucket, the access preview uses the proposed access point configuration in place of the existing access points. To propose an access point without a policy, you can provide an empty string as the access point policy. For more information, see Creating access points. For more information about access point policy limits, see Access points restrictions and limitations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3AccessPointConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessPointPolicy()
The access point or multi-region access point policy.
|
static S3AccessPointConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NetworkOriginConfiguration |
networkOrigin()
The proposed
Internet and VpcConfiguration to apply to this Amazon S3 access point. |
S3PublicAccessBlockConfiguration |
publicAccessBlock()
The proposed
S3PublicAccessBlock configuration to apply to this Amazon S3 access point or
multi-region access point. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3AccessPointConfiguration.Builder> |
serializableBuilderClass() |
S3AccessPointConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accessPointPolicy()
The access point or multi-region access point policy.
public final S3PublicAccessBlockConfiguration publicAccessBlock()
The proposed S3PublicAccessBlock configuration to apply to this Amazon S3 access point or
multi-region access point.
S3PublicAccessBlock configuration to apply to this Amazon S3 access point or
multi-region access point.public final NetworkOriginConfiguration networkOrigin()
The proposed Internet and VpcConfiguration to apply to this Amazon S3 access point.
VpcConfiguration does not apply to multi-region access points. If the access preview is for a new
resource and neither is specified, the access preview uses Internet for the network origin. If the
access preview is for an existing resource and neither is specified, the access preview uses the exiting network
origin.
Internet and VpcConfiguration to apply to this Amazon S3 access
point. VpcConfiguration does not apply to multi-region access points. If the access preview
is for a new resource and neither is specified, the access preview uses Internet for the
network origin. If the access preview is for an existing resource and neither is specified, the access
preview uses the exiting network origin.public S3AccessPointConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3AccessPointConfiguration.Builder,S3AccessPointConfiguration>public static S3AccessPointConfiguration.Builder builder()
public static Class<? extends S3AccessPointConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.