Interface DescribeS3AccessPointAttachmentsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeS3AccessPointAttachmentsResponse.Builder,
,DescribeS3AccessPointAttachmentsResponse> FSxResponse.Builder
,SdkBuilder<DescribeS3AccessPointAttachmentsResponse.Builder,
,DescribeS3AccessPointAttachmentsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeS3AccessPointAttachmentsResponse
@Mutable
@NotThreadSafe
public static interface DescribeS3AccessPointAttachmentsResponse.Builder
extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DescribeS3AccessPointAttachmentsResponse.Builder,DescribeS3AccessPointAttachmentsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the NextToken property for this object.s3AccessPointAttachments
(Collection<S3AccessPointAttachment> s3AccessPointAttachments) Array of S3 access point attachments returned after a successfulDescribeS3AccessPointAttachments
operation.s3AccessPointAttachments
(Consumer<S3AccessPointAttachment.Builder>... s3AccessPointAttachments) Array of S3 access point attachments returned after a successfulDescribeS3AccessPointAttachments
operation.s3AccessPointAttachments
(S3AccessPointAttachment... s3AccessPointAttachments) Array of S3 access point attachments returned after a successfulDescribeS3AccessPointAttachments
operation.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
-
s3AccessPointAttachments
DescribeS3AccessPointAttachmentsResponse.Builder s3AccessPointAttachments(Collection<S3AccessPointAttachment> s3AccessPointAttachments) Array of S3 access point attachments returned after a successful
DescribeS3AccessPointAttachments
operation.- Parameters:
s3AccessPointAttachments
- Array of S3 access point attachments returned after a successfulDescribeS3AccessPointAttachments
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3AccessPointAttachments
DescribeS3AccessPointAttachmentsResponse.Builder s3AccessPointAttachments(S3AccessPointAttachment... s3AccessPointAttachments) Array of S3 access point attachments returned after a successful
DescribeS3AccessPointAttachments
operation.- Parameters:
s3AccessPointAttachments
- Array of S3 access point attachments returned after a successfulDescribeS3AccessPointAttachments
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3AccessPointAttachments
DescribeS3AccessPointAttachmentsResponse.Builder s3AccessPointAttachments(Consumer<S3AccessPointAttachment.Builder>... s3AccessPointAttachments) Array of S3 access point attachments returned after a successful
This is a convenience method that creates an instance of theDescribeS3AccessPointAttachments
operation.S3AccessPointAttachment.Builder
avoiding the need to create one manually viaS3AccessPointAttachment.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3AccessPointAttachments(List<S3AccessPointAttachment>)
.- Parameters:
s3AccessPointAttachments
- 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:
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken
- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-