Interface GetSecretValueRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetSecretValueRequest.Builder,,- GetSecretValueRequest> - SdkBuilder<GetSecretValueRequest.Builder,,- GetSecretValueRequest> - SdkPojo,- SdkRequest.Builder,- SecretsManagerRequest.Builder
- Enclosing class:
- GetSecretValueRequest
- 
Method SummaryModifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ARN or name of the secret to retrieve.The unique identifier of the version of the secret to retrieve.versionStage(String versionStage) The staging label of the version of the secret to retrieve.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.secretsmanager.model.SecretsManagerRequest.Builderbuild
- 
Method Details- 
secretIdThe ARN or name of the secret to retrieve. To retrieve a secret from another account, you must use an ARN. For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN. - Parameters:
- secretId- The ARN or name of the secret to retrieve. To retrieve a secret from another account, you must use an ARN.- For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
versionIdThe unique identifier of the version of the secret to retrieve. If you include both this parameter and VersionStage, the two parameters must refer to the same secret version. If you don't specify either aVersionStageorVersionId, then Secrets Manager returns theAWSCURRENTversion.This value is typically a UUID-type value with 32 hexadecimal digits. - Parameters:
- versionId- The unique identifier of the version of the secret to retrieve. If you include both this parameter and- VersionStage, the two parameters must refer to the same secret version. If you don't specify either a- VersionStageor- VersionId, then Secrets Manager returns the- AWSCURRENTversion.- This value is typically a UUID-type value with 32 hexadecimal digits. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
versionStageThe staging label of the version of the secret to retrieve. Secrets Manager uses staging labels to keep track of different versions during the rotation process. If you include both this parameter and VersionId, the two parameters must refer to the same secret version. If you don't specify either aVersionStageorVersionId, Secrets Manager returns theAWSCURRENTversion.- Parameters:
- versionStage- The staging label of the version of the secret to retrieve.- Secrets Manager uses staging labels to keep track of different versions during the rotation process. If you include both this parameter and - VersionId, the two parameters must refer to the same secret version. If you don't specify either a- VersionStageor- VersionId, Secrets Manager returns the- AWSCURRENTversion.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationGetSecretValueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetSecretValueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-