Interface DetachAndDeleteS3AccessPointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DetachAndDeleteS3AccessPointResponse.Builder,,DetachAndDeleteS3AccessPointResponse> FSxResponse.Builder,SdkBuilder<DetachAndDeleteS3AccessPointResponse.Builder,,DetachAndDeleteS3AccessPointResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DetachAndDeleteS3AccessPointResponse
@Mutable
@NotThreadSafe
public static interface DetachAndDeleteS3AccessPointResponse.Builder
extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DetachAndDeleteS3AccessPointResponse.Builder,DetachAndDeleteS3AccessPointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe lifecycle status of the S3 access point attachment.lifecycle(S3AccessPointAttachmentLifecycle lifecycle) The lifecycle status of the S3 access point attachment.The name of the S3 access point attachment being deleted.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.fsx.model.FSxResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
lifecycle
The lifecycle status of the S3 access point attachment.
- Parameters:
lifecycle- The lifecycle status of the S3 access point attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lifecycle
The lifecycle status of the S3 access point attachment.
- Parameters:
lifecycle- The lifecycle status of the S3 access point attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the S3 access point attachment being deleted.
- Parameters:
name- The name of the S3 access point attachment being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-