Interface CreateAndAttachS3AccessPointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateAndAttachS3AccessPointResponse.Builder,
,CreateAndAttachS3AccessPointResponse> FSxResponse.Builder
,SdkBuilder<CreateAndAttachS3AccessPointResponse.Builder,
,CreateAndAttachS3AccessPointResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateAndAttachS3AccessPointResponse
@Mutable
@NotThreadSafe
public static interface CreateAndAttachS3AccessPointResponse.Builder
extends FSxResponse.Builder, SdkPojo, CopyableBuilder<CreateAndAttachS3AccessPointResponse.Builder,CreateAndAttachS3AccessPointResponse>
-
Method Summary
Modifier and TypeMethodDescriptions3AccessPointAttachment
(Consumer<S3AccessPointAttachment.Builder> s3AccessPointAttachment) Describes the configuration of the S3 access point created.s3AccessPointAttachment
(S3AccessPointAttachment s3AccessPointAttachment) Describes the configuration of the S3 access point created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
s3AccessPointAttachment
CreateAndAttachS3AccessPointResponse.Builder s3AccessPointAttachment(S3AccessPointAttachment s3AccessPointAttachment) Describes the configuration of the S3 access point created.
- Parameters:
s3AccessPointAttachment
- Describes the configuration of the S3 access point created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3AccessPointAttachment
default CreateAndAttachS3AccessPointResponse.Builder s3AccessPointAttachment(Consumer<S3AccessPointAttachment.Builder> s3AccessPointAttachment) Describes the configuration of the S3 access point created.
This is a convenience method that creates an instance of theS3AccessPointAttachment.Builder
avoiding the need to create one manually viaS3AccessPointAttachment.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3AccessPointAttachment(S3AccessPointAttachment)
.- Parameters:
s3AccessPointAttachment
- a consumer that will call methods onS3AccessPointAttachment.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-