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