@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSigningCertificateRequest extends IamRequest implements ToCopyableBuilder<UpdateSigningCertificateRequest.Builder,UpdateSigningCertificateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateSigningCertificateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSigningCertificateRequest.Builder |
builder() |
String |
certificateId()
The ID of the signing certificate you want to update.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateSigningCertificateRequest.Builder> |
serializableBuilderClass() |
StatusType |
status()
The status you want to assign to the certificate.
|
String |
statusAsString()
The status you want to assign to the certificate.
|
UpdateSigningCertificateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
The name of the IAM user the signing certificate belongs to.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userName()
The name of the IAM user the signing certificate belongs to.
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: _+=,.@-
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: _+=,.@-
public final String certificateId()
The ID of the signing certificate you want to update.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public final StatusType status()
The status you want to assign to the certificate. Active means that the certificate can be used for
programmatic calls to Amazon Web Services Inactive means that the certificate cannot be used.
If the service returns an enum value that is not available in the current SDK version, status will
return StatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Active means that the certificate can be
used for programmatic calls to Amazon Web Services Inactive means that the certificate
cannot be used.StatusTypepublic final String statusAsString()
The status you want to assign to the certificate. Active means that the certificate can be used for
programmatic calls to Amazon Web Services Inactive means that the certificate cannot be used.
If the service returns an enum value that is not available in the current SDK version, status will
return StatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Active means that the certificate can be
used for programmatic calls to Amazon Web Services Inactive means that the certificate
cannot be used.StatusTypepublic UpdateSigningCertificateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateSigningCertificateRequest.Builder,UpdateSigningCertificateRequest>toBuilder in class IamRequestpublic static UpdateSigningCertificateRequest.Builder builder()
public static Class<? extends UpdateSigningCertificateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.