public static interface UploadSigningCertificateRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<UploadSigningCertificateRequest.Builder,UploadSigningCertificateRequest>
| Modifier and Type | Method and Description |
|---|---|
UploadSigningCertificateRequest.Builder |
certificateBody(String certificateBody)
The contents of the signing certificate.
|
UploadSigningCertificateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UploadSigningCertificateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UploadSigningCertificateRequest.Builder |
userName(String userName)
The name of the user the signing certificate is for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUploadSigningCertificateRequest.Builder userName(String userName)
The name of the user the signing certificate is for.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
userName - The name of the user the signing certificate is for.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
UploadSigningCertificateRequest.Builder certificateBody(String certificateBody)
The contents of the signing certificate.
The regex pattern used to validate this parameter is a string of characters consisting of the following:
Any printable ASCII character ranging from the space character ( ) through the end of the
ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ
)
The special characters tab ( ), line feed (
), and carriage return (
)
certificateBody - The contents of the signing certificate.
The regex pattern used to validate this parameter is a string of characters consisting of the following:
Any printable ASCII character ranging from the space character ( ) through the end
of the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through
ÿ)
The special characters tab ( ), line feed (
), and carriage return
(
)
UploadSigningCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUploadSigningCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.