Interface DescribeDataRepositoryAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDataRepositoryAssociationsRequest.Builder,DescribeDataRepositoryAssociationsRequest>,FSxRequest.Builder,SdkBuilder<DescribeDataRepositoryAssociationsRequest.Builder,DescribeDataRepositoryAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDataRepositoryAssociationsRequest
public static interface DescribeDataRepositoryAssociationsRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeDataRepositoryAssociationsRequest.Builder,DescribeDataRepositoryAssociationsRequest>
-
-
Method Summary
-
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 Detail
-
associationIds
DescribeDataRepositoryAssociationsRequest.Builder associationIds(Collection<String> associationIds)
IDs of the data repository associations whose descriptions you want to retrieve (String).
- Parameters:
associationIds- IDs of the data repository associations whose descriptions you want to retrieve (String).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationIds
DescribeDataRepositoryAssociationsRequest.Builder associationIds(String... associationIds)
IDs of the data repository associations whose descriptions you want to retrieve (String).
- Parameters:
associationIds- IDs of the data repository associations whose descriptions you want to retrieve (String).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeDataRepositoryAssociationsRequest.Builder filters(Collection<Filter> filters)
Sets the value of the Filters property for this object.- Parameters:
filters- The new value for the Filters property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeDataRepositoryAssociationsRequest.Builder filters(Filter... filters)
Sets the value of the Filters property for this object.- Parameters:
filters- The new value for the Filters property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeDataRepositoryAssociationsRequest.Builder filters(Consumer<Filter.Builder>... filters)
Sets the value of the Filters property for this object. This is a convenience method that creates an instance of theFilter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
maxResults
DescribeDataRepositoryAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of resources to return in the response. This value must be an integer greater than zero.
- Parameters:
maxResults- The maximum number of resources to return in the response. This value must be an integer greater than zero.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeDataRepositoryAssociationsRequest.Builder nextToken(String 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
DescribeDataRepositoryAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDataRepositoryAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-