Interface DeletePromptRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<DeletePromptRequest.Builder,,DeletePromptRequest> SdkBuilder<DeletePromptRequest.Builder,,DeletePromptRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeletePromptRequest
@Mutable
@NotThreadSafe
public static interface DeletePromptRequest.Builder
extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<DeletePromptRequest.Builder,DeletePromptRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) promptIdentifier(String promptIdentifier) The unique identifier of the prompt.promptVersion(String promptVersion) The version of the prompt to delete.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.Builder
buildMethods 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, sdkFields
-
Method Details
-
promptIdentifier
The unique identifier of the prompt.
- Parameters:
promptIdentifier- The unique identifier of the prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
promptVersion
The version of the prompt to delete. To delete the prompt, omit this field.
- Parameters:
promptVersion- The version of the prompt to delete. To delete the prompt, omit this field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeletePromptRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeletePromptRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-