@Generated(value="software.amazon.awssdk:codegen") public final class UpdateServerCertificateRequest extends IamRequest implements ToCopyableBuilder<UpdateServerCertificateRequest.Builder,UpdateServerCertificateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateServerCertificateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateServerCertificateRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
newPath()
The new path for the server certificate.
|
String |
newServerCertificateName()
The new name for the server certificate.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateServerCertificateRequest.Builder> |
serializableBuilderClass() |
String |
serverCertificateName()
The name of the server certificate that you want to update.
|
UpdateServerCertificateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serverCertificateName()
The name of the server certificate that you want to update.
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 newPath()
The new path for the server certificate. Include this only if you are updating the server certificate's path.
This parameter allows (through its regex pattern) a string of
characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward
slashes. In addition, it can contain any ASCII character from the ! (!) through the DEL
character (), including most punctuation characters, digits, and upper and lowercased letters.
This parameter allows (through its regex pattern) a string
of characters consisting of either a forward slash (/) by itself or a string that must begin and end with
forward slashes. In addition, it can contain any ASCII character from the ! (!) through
the DEL character (), including most punctuation characters, digits, and upper and
lowercased letters.
public final String newServerCertificateName()
The new name for the server certificate. Include this only if you are updating the server certificate's name. The name of the certificate cannot contain any spaces.
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 UpdateServerCertificateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateServerCertificateRequest.Builder,UpdateServerCertificateRequest>toBuilder in class IamRequestpublic static UpdateServerCertificateRequest.Builder builder()
public static Class<? extends UpdateServerCertificateRequest.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.