Interface CustomSecretConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomSecretConfig.Builder,
,CustomSecretConfig> SdkBuilder<CustomSecretConfig.Builder,
,CustomSecretConfig> SdkPojo
- Enclosing class:
CustomSecretConfig
@Mutable
@NotThreadSafe
public static interface CustomSecretConfig.Builder
extends SdkPojo, CopyableBuilder<CustomSecretConfig.Builder,CustomSecretConfig>
-
Method Summary
Modifier and TypeMethodDescriptionsecretAccessRoleArn
(String secretAccessRoleArn) Specifies the ARN for the Identity and Access Management role that DataSync uses to access the secret specified forSecretArn
.Specifies the ARN for an Secrets Manager secret.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
secretArn
Specifies the ARN for an Secrets Manager secret.
- Parameters:
secretArn
- Specifies the ARN for an Secrets Manager secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretAccessRoleArn
Specifies the ARN for the Identity and Access Management role that DataSync uses to access the secret specified for
SecretArn
.- Parameters:
secretAccessRoleArn
- Specifies the ARN for the Identity and Access Management role that DataSync uses to access the secret specified forSecretArn
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-