Interface CreateHsmClientCertificateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateHsmClientCertificateRequest.Builder,CreateHsmClientCertificateRequest>,RedshiftRequest.Builder,SdkBuilder<CreateHsmClientCertificateRequest.Builder,CreateHsmClientCertificateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateHsmClientCertificateRequest
public static interface CreateHsmClientCertificateRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<CreateHsmClientCertificateRequest.Builder,CreateHsmClientCertificateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateHsmClientCertificateRequest.BuilderhsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.CreateHsmClientCertificateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateHsmClientCertificateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateHsmClientCertificateRequest.Buildertags(Collection<Tag> tags)A list of tag instances.CreateHsmClientCertificateRequest.Buildertags(Consumer<Tag.Builder>... tags)A list of tag instances.CreateHsmClientCertificateRequest.Buildertags(Tag... tags)A list of tag instances.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
hsmClientCertificateIdentifier
CreateHsmClientCertificateRequest.Builder hsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.
- Parameters:
hsmClientCertificateIdentifier- The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateHsmClientCertificateRequest.Builder tags(Collection<Tag> tags)
A list of tag instances.
- Parameters:
tags- A list of tag instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateHsmClientCertificateRequest.Builder tags(Tag... tags)
A list of tag instances.
- Parameters:
tags- A list of tag instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateHsmClientCertificateRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tag instances.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateHsmClientCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateHsmClientCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-