Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateSigningCertificateRequest.Builder,UpdateSigningCertificateRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateSigningCertificateRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateSigningCertificateRequest.Builder,UpdateSigningCertificateRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateSigningCertificateRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateSigningCertificateRequest.Builder |
builder() |
|
String |
certificateId() |
The ID of the signing certificate you want to update.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UpdateSigningCertificateRequest.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status you want to assign to the certificate.
|
UpdateSigningCertificateRequest.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 IAM user the signing certificate belongs to.
|
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 IAM user the signing certificate belongs to.
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 certificateId()
The ID of the signing certificate you want to update.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public String status()
The status you want to assign to the certificate. Active
means the certificate can be used for API
calls to AWS, while Inactive
means the certificate cannot be used.
Active
means the certificate can be used
for API calls to AWS, while Inactive
means the certificate cannot be used.StatusType
public UpdateSigningCertificateRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateSigningCertificateRequest.Builder,UpdateSigningCertificateRequest>
public static UpdateSigningCertificateRequest.Builder builder()
public static Class<? extends UpdateSigningCertificateRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.