Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UploadSigningCertificateRequest.Builder,UploadSigningCertificateRequest>
@Generated("software.amazon.awssdk:codegen") public class UploadSigningCertificateRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UploadSigningCertificateRequest.Builder,UploadSigningCertificateRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UploadSigningCertificateRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UploadSigningCertificateRequest.Builder |
builder() |
|
String |
certificateBody() |
The contents of the signing certificate.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UploadSigningCertificateRequest.Builder> |
serializableBuilderClass() |
|
UploadSigningCertificateRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userName() |
The name of the user the signing certificate is for.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String userName()
The name of the user the signing certificate is for.
This parameter allows (per 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: =,.@-
This parameter allows (per 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: =,.@-
public String certificateBody()
The contents of the signing certificate.
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ).
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ).
public UploadSigningCertificateRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UploadSigningCertificateRequest.Builder,UploadSigningCertificateRequest>
public static UploadSigningCertificateRequest.Builder builder()
public static Class<? extends UploadSigningCertificateRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.