| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
static ApiPassthrough.Builder |
ApiPassthrough.builder() |
default ApiPassthrough.Builder |
ApiPassthrough.Builder.extensions(Consumer<Extensions.Builder> extensions)
Specifies X.509 extension information for a certificate.
|
ApiPassthrough.Builder |
ApiPassthrough.Builder.extensions(Extensions extensions)
Specifies X.509 extension information for a certificate.
|
ApiPassthrough.Builder |
ApiPassthrough.Builder.subject(ASN1Subject subject)
Sets the value of the Subject property for this object.
|
default ApiPassthrough.Builder |
ApiPassthrough.Builder.subject(Consumer<ASN1Subject.Builder> subject)
Sets the value of the Subject property for this object.
|
ApiPassthrough.Builder |
ApiPassthrough.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApiPassthrough.Builder> |
ApiPassthrough.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IssueCertificateRequest.Builder |
IssueCertificateRequest.Builder.apiPassthrough(Consumer<ApiPassthrough.Builder> apiPassthrough)
Specifies X.509 certificate information to be included in the issued certificate.
|
Copyright © 2023. All rights reserved.