public static interface ApiPassthrough.Builder extends SdkPojo, CopyableBuilder<ApiPassthrough.Builder,ApiPassthrough>
| Modifier and Type | Method and Description |
|---|---|
default ApiPassthrough.Builder |
extensions(Consumer<Extensions.Builder> extensions)
Specifies X.509 extension information for a certificate.
|
ApiPassthrough.Builder |
extensions(Extensions extensions)
Specifies X.509 extension information for a certificate.
|
ApiPassthrough.Builder |
subject(ASN1Subject subject)
Sets the value of the Subject property for this object.
|
default ApiPassthrough.Builder |
subject(Consumer<ASN1Subject.Builder> subject)
Sets the value of the Subject property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApiPassthrough.Builder extensions(Extensions extensions)
Specifies X.509 extension information for a certificate.
extensions - Specifies X.509 extension information for a certificate.default ApiPassthrough.Builder extensions(Consumer<Extensions.Builder> extensions)
Specifies X.509 extension information for a certificate.
This is a convenience method that creates an instance of theExtensions.Builder avoiding the need to
create one manually via Extensions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to extensions(Extensions).
extensions - a consumer that will call methods on Extensions.Builderextensions(Extensions)ApiPassthrough.Builder subject(ASN1Subject subject)
subject - The new value for the Subject property for this object.default ApiPassthrough.Builder subject(Consumer<ASN1Subject.Builder> subject)
ASN1Subject.Builder avoiding the need to
create one manually via ASN1Subject.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to subject(ASN1Subject).
subject - a consumer that will call methods on ASN1Subject.Buildersubject(ASN1Subject)Copyright © 2023. All rights reserved.