Interface S3AccessPointSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<S3AccessPointSource.Builder,,S3AccessPointSource> SdkBuilder<S3AccessPointSource.Builder,,S3AccessPointSource> SdkPojo
- Enclosing class:
S3AccessPointSource
@Mutable
@NotThreadSafe
public static interface S3AccessPointSource.Builder
extends SdkPojo, CopyableBuilder<S3AccessPointSource.Builder,S3AccessPointSource>
-
Method Summary
Modifier and TypeMethodDescriptionaccessPointArn(String accessPointArn) The Amazon Resource Name (ARN) of the S3 access point.An optional key prefix to scope the mount to a subset of objects at the access point.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accessPointArn
The Amazon Resource Name (ARN) of the S3 access point.
- Parameters:
accessPointArn- The Amazon Resource Name (ARN) of the S3 access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
An optional key prefix to scope the mount to a subset of objects at the access point.
- Parameters:
prefix- An optional key prefix to scope the mount to a subset of objects at the access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-