Interface DescribeS3AccessPointAttachmentsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeS3AccessPointAttachmentsRequest.Builder,
,DescribeS3AccessPointAttachmentsRequest> FSxRequest.Builder
,SdkBuilder<DescribeS3AccessPointAttachmentsRequest.Builder,
,DescribeS3AccessPointAttachmentsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeS3AccessPointAttachmentsRequest
@Mutable
@NotThreadSafe
public static interface DescribeS3AccessPointAttachmentsRequest.Builder
extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeS3AccessPointAttachmentsRequest.Builder,DescribeS3AccessPointAttachmentsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfilters
(Collection<S3AccessPointAttachmentsFilter> filters) Enter a filter Name and Values pair to view a select set of S3 access point attachments.filters
(Consumer<S3AccessPointAttachmentsFilter.Builder>... filters) Enter a filter Name and Values pair to view a select set of S3 access point attachments.filters
(S3AccessPointAttachmentsFilter... filters) Enter a filter Name and Values pair to view a select set of S3 access point attachments.maxResults
(Integer maxResults) Sets the value of the MaxResults property for this object.The names of the S3 access point attachments whose descriptions you want to retrieve.names
(Collection<String> names) The names of the S3 access point attachments whose descriptions you want to retrieve.Sets the value of the NextToken property for this object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
names
The names of the S3 access point attachments whose descriptions you want to retrieve.
- Parameters:
names
- The names of the S3 access point attachments whose descriptions you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
The names of the S3 access point attachments whose descriptions you want to retrieve.
- Parameters:
names
- The names of the S3 access point attachments whose descriptions you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeS3AccessPointAttachmentsRequest.Builder filters(Collection<S3AccessPointAttachmentsFilter> filters) Enter a filter Name and Values pair to view a select set of S3 access point attachments.
- Parameters:
filters
- Enter a filter Name and Values pair to view a select set of S3 access point attachments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Enter a filter Name and Values pair to view a select set of S3 access point attachments.
- Parameters:
filters
- Enter a filter Name and Values pair to view a select set of S3 access point attachments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeS3AccessPointAttachmentsRequest.Builder filters(Consumer<S3AccessPointAttachmentsFilter.Builder>... filters) Enter a filter Name and Values pair to view a select set of S3 access point attachments.
This is a convenience method that creates an instance of theS3AccessPointAttachmentsFilter.Builder
avoiding the need to create one manually viaS3AccessPointAttachmentsFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<S3AccessPointAttachmentsFilter>)
.- Parameters:
filters
- a consumer that will call methods onS3AccessPointAttachmentsFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
Sets the value of the MaxResults property for this object.- Parameters:
maxResults
- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
overrideConfiguration
DescribeS3AccessPointAttachmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeS3AccessPointAttachmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-