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