Interface ImportCertificateRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ImportCertificateRequest.Builder,,ImportCertificateRequest> DatabaseMigrationRequest.Builder,SdkBuilder<ImportCertificateRequest.Builder,,ImportCertificateRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ImportCertificateRequest
-
Method Summary
Modifier and TypeMethodDescriptioncertificateIdentifier(String certificateIdentifier) A customer-assigned name for the certificate.certificatePem(String certificatePem) The contents of a.pemfile, which contains an X.509 certificate.certificateWallet(SdkBytes certificateWallet) The location of an imported Oracle Wallet certificate for use with SSL.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) The tags associated with the certificate.tags(Consumer<Tag.Builder>... tags) The tags associated with the certificate.The tags associated with the certificate.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
certificateIdentifier
A customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.
- Parameters:
certificateIdentifier- A customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificatePem
The contents of a
.pemfile, which contains an X.509 certificate.- Parameters:
certificatePem- The contents of a.pemfile, which contains an X.509 certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateWallet
The location of an imported Oracle Wallet certificate for use with SSL. Provide the name of a
.ssofile using thefileb://prefix. You can't provide the certificate inline.Example:
filebase64("${path.root}/rds-ca-2019-root.sso")- Parameters:
certificateWallet- The location of an imported Oracle Wallet certificate for use with SSL. Provide the name of a.ssofile using thefileb://prefix. You can't provide the certificate inline.Example:
filebase64("${path.root}/rds-ca-2019-root.sso")- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the certificate.
- Parameters:
tags- The tags associated with the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the certificate.
- Parameters:
tags- The tags associated with the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the certificate.
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 totags(List<Tag>).- 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:
-
overrideConfiguration
ImportCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ImportCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-