@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 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 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 IamRequest
public static UpdateServerCertificateRequest.Builder builder()
public static Class<? extends UpdateServerCertificateRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.