Interface ListDataTableAttributesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<ListDataTableAttributesRequest.Builder,,ListDataTableAttributesRequest> SdkBuilder<ListDataTableAttributesRequest.Builder,,ListDataTableAttributesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListDataTableAttributesRequest
@Mutable
@NotThreadSafe
public static interface ListDataTableAttributesRequest.Builder
extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListDataTableAttributesRequest.Builder,ListDataTableAttributesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionattributeIds(String... attributeIds) Optional list of specific attribute IDs to retrieve.attributeIds(Collection<String> attributeIds) Optional list of specific attribute IDs to retrieve.dataTableId(String dataTableId) The unique identifier for the data table whose attributes should be listed.instanceId(String instanceId) The unique identifier for the Amazon Connect instance.maxResults(Integer maxResults) The maximum number of data table attributes to return in one page of results.Specify the pagination token from a previous request to retrieve the next page of results.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceId
The unique identifier for the Amazon Connect instance.
- Parameters:
instanceId- The unique identifier for the Amazon Connect instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataTableId
The unique identifier for the data table whose attributes should be listed.
- Parameters:
dataTableId- The unique identifier for the data table whose attributes should be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeIds
Optional list of specific attribute IDs to retrieve. Used for CloudFormation to effectively describe attributes by ID. If NextToken is provided, this parameter is ignored.
- Parameters:
attributeIds- Optional list of specific attribute IDs to retrieve. Used for CloudFormation to effectively describe attributes by ID. If NextToken is provided, this parameter is ignored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeIds
Optional list of specific attribute IDs to retrieve. Used for CloudFormation to effectively describe attributes by ID. If NextToken is provided, this parameter is ignored.
- Parameters:
attributeIds- Optional list of specific attribute IDs to retrieve. Used for CloudFormation to effectively describe attributes by ID. If NextToken is provided, this parameter is ignored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Specify the pagination token from a previous request to retrieve the next page of results.
- Parameters:
nextToken- Specify the pagination token from a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of data table attributes to return in one page of results.
- Parameters:
maxResults- The maximum number of data table attributes to return in one page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDataTableAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDataTableAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-