Interface BatchDescribeDataTableValueResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<BatchDescribeDataTableValueResponse.Builder,,BatchDescribeDataTableValueResponse> SdkBuilder<BatchDescribeDataTableValueResponse.Builder,,BatchDescribeDataTableValueResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
BatchDescribeDataTableValueResponse
-
Method Summary
Modifier and TypeMethodDescriptionA list of values that failed to be retrieved with error messages explaining the failure reason.A list of values that failed to be retrieved with error messages explaining the failure reason.failed(BatchDescribeDataTableValueFailureResult... failed) A list of values that failed to be retrieved with error messages explaining the failure reason.successful(Collection<BatchDescribeDataTableValueSuccessResult> successful) A list of successfully retrieved values with their data, metadata, and lock version information.successful(Consumer<BatchDescribeDataTableValueSuccessResult.Builder>... successful) A list of successfully retrieved values with their data, metadata, and lock version information.successful(BatchDescribeDataTableValueSuccessResult... successful) A list of successfully retrieved values with their data, metadata, and lock version information.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
-
successful
BatchDescribeDataTableValueResponse.Builder successful(Collection<BatchDescribeDataTableValueSuccessResult> successful) A list of successfully retrieved values with their data, metadata, and lock version information.
- Parameters:
successful- A list of successfully retrieved values with their data, metadata, and lock version information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successful
BatchDescribeDataTableValueResponse.Builder successful(BatchDescribeDataTableValueSuccessResult... successful) A list of successfully retrieved values with their data, metadata, and lock version information.
- Parameters:
successful- A list of successfully retrieved values with their data, metadata, and lock version information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successful
BatchDescribeDataTableValueResponse.Builder successful(Consumer<BatchDescribeDataTableValueSuccessResult.Builder>... successful) A list of successfully retrieved values with their data, metadata, and lock version information.
This is a convenience method that creates an instance of theBatchDescribeDataTableValueSuccessResult.Builderavoiding the need to create one manually viaBatchDescribeDataTableValueSuccessResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosuccessful(List<BatchDescribeDataTableValueSuccessResult>).- Parameters:
successful- a consumer that will call methods onBatchDescribeDataTableValueSuccessResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failed
BatchDescribeDataTableValueResponse.Builder failed(Collection<BatchDescribeDataTableValueFailureResult> failed) A list of values that failed to be retrieved with error messages explaining the failure reason.
- Parameters:
failed- A list of values that failed to be retrieved with error messages explaining the failure reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
BatchDescribeDataTableValueResponse.Builder failed(BatchDescribeDataTableValueFailureResult... failed) A list of values that failed to be retrieved with error messages explaining the failure reason.
- Parameters:
failed- A list of values that failed to be retrieved with error messages explaining the failure reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
BatchDescribeDataTableValueResponse.Builder failed(Consumer<BatchDescribeDataTableValueFailureResult.Builder>... failed) A list of values that failed to be retrieved with error messages explaining the failure reason.
This is a convenience method that creates an instance of theBatchDescribeDataTableValueFailureResult.Builderavoiding the need to create one manually viaBatchDescribeDataTableValueFailureResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailed(List<BatchDescribeDataTableValueFailureResult>).- Parameters:
failed- a consumer that will call methods onBatchDescribeDataTableValueFailureResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-