Interface SearchDataTablesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<SearchDataTablesResponse.Builder,,SearchDataTablesResponse> SdkBuilder<SearchDataTablesResponse.Builder,,SearchDataTablesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SearchDataTablesResponse
-
Method Summary
Modifier and TypeMethodDescriptionapproximateTotalCount(Long approximateTotalCount) The approximate number of data tables that matched the search criteria.dataTables(Collection<DataTable> dataTables) An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.dataTables(Consumer<DataTable.Builder>... dataTables) An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.dataTables(DataTable... dataTables) An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.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
-
dataTables
An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.
- Parameters:
dataTables- An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataTables
An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.
- Parameters:
dataTables- An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataTables
An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.
This is a convenience method that creates an instance of theDataTable.Builderavoiding the need to create one manually viaDataTable.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataTables(List<DataTable>).- Parameters:
dataTables- a consumer that will call methods onDataTable.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
approximateTotalCount
The approximate number of data tables that matched the search criteria.
- Parameters:
approximateTotalCount- The approximate number of data tables that matched the search criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-