Interface ListDataTableAttributesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListDataTableAttributesResponse.Builder,,ListDataTableAttributesResponse> SdkBuilder<ListDataTableAttributesResponse.Builder,,ListDataTableAttributesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListDataTableAttributesResponse
@Mutable
@NotThreadSafe
public static interface ListDataTableAttributesResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListDataTableAttributesResponse.Builder,ListDataTableAttributesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattributes(Collection<DataTableAttribute> attributes) A list of data table attributes with their complete configuration and metadata.attributes(Consumer<DataTableAttribute.Builder>... attributes) A list of data table attributes with their complete configuration and metadata.attributes(DataTableAttribute... attributes) A list of data table attributes with their complete configuration and metadata.Specify the pagination token from a previous request to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
attributes
A list of data table attributes with their complete configuration and metadata.
- Parameters:
attributes- A list of data table attributes with their complete configuration and metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
A list of data table attributes with their complete configuration and metadata.
- Parameters:
attributes- A list of data table attributes with their complete configuration and metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
ListDataTableAttributesResponse.Builder attributes(Consumer<DataTableAttribute.Builder>... attributes) A list of data table attributes with their complete configuration and metadata.
This is a convenience method that creates an instance of theDataTableAttribute.Builderavoiding the need to create one manually viaDataTableAttribute.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattributes(List<DataTableAttribute>).- Parameters:
attributes- a consumer that will call methods onDataTableAttribute.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-