Interface DeleteDatasetExamplesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<DeleteDatasetExamplesResponse.Builder,,DeleteDatasetExamplesResponse> SdkBuilder<DeleteDatasetExamplesResponse.Builder,,DeleteDatasetExamplesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteDatasetExamplesResponse
@Mutable
@NotThreadSafe
public static interface DeleteDatasetExamplesResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<DeleteDatasetExamplesResponse.Builder,DeleteDatasetExamplesResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondatasetArn(String datasetArn) The Amazon Resource Name (ARN) of the dataset.The unique identifier of the dataset.deletedCount(Long deletedCount) The number of examples deleted.The current status of the dataset.status(DatasetStatus status) The current status of the dataset.The timestamp when the examples were deleted.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlResponse.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
-
datasetArn
The Amazon Resource Name (ARN) of the dataset.
- Parameters:
datasetArn- The Amazon Resource Name (ARN) of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetId
The unique identifier of the dataset.
- Parameters:
datasetId- The unique identifier of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the dataset.
- Parameters:
status- The current status of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the dataset.
- Parameters:
status- The current status of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deletedCount
The number of examples deleted.
- Parameters:
deletedCount- The number of examples deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the examples were deleted.
- Parameters:
updatedAt- The timestamp when the examples were deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-