Cloneable, ReadLimitInfo, ToCopyableBuilder<ImportCertificateRequest.Builder,ImportCertificateRequest>@Generated("software.amazon.awssdk:codegen") public class ImportCertificateRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ImportCertificateRequest.Builder,ImportCertificateRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ImportCertificateRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static ImportCertificateRequest.Builder |
builder() |
|
String |
certificateIdentifier() |
The customer-assigned name of the certificate.
|
String |
certificatePem() |
The contents of the .pem X.509 certificate file for the certificate.
|
ByteBuffer |
certificateWallet() |
The location of the imported Oracle Wallet certificate for use with SSL.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ImportCertificateRequest.Builder> |
serializableBuilderClass() |
|
List<Tag> |
tags() |
The tags associated with the certificate.
|
ImportCertificateRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String certificateIdentifier()
The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
public String certificatePem()
The contents of the .pem X.509 certificate file for the certificate.
public ByteBuffer certificateWallet()
The location of the imported Oracle Wallet certificate for use with SSL.
ByteBuffers are stateful. Calling their get methods changes their position. We recommend
using ByteBuffer.asReadOnlyBuffer() to create a read-only view of the buffer with an independent
position, and calling get methods on this rather than directly on the returned ByteBuffer
. Doing so will ensure that anyone else using the ByteBuffer will not be affected by changes to the
position.
public List<Tag> tags()
The tags associated with the certificate.
public ImportCertificateRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ImportCertificateRequest.Builder,ImportCertificateRequest>public static ImportCertificateRequest.Builder builder()
public static Class<? extends ImportCertificateRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.