Uses of Interface
software.amazon.awssdk.services.acmpca.model.ApiPassthrough.Builder
-
Packages that use ApiPassthrough.Builder Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of ApiPassthrough.Builder in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return ApiPassthrough.Builder Modifier and Type Method Description static ApiPassthrough.BuilderApiPassthrough. builder()default ApiPassthrough.BuilderApiPassthrough.Builder. extensions(Consumer<Extensions.Builder> extensions)Specifies X.509 extension information for a certificate.ApiPassthrough.BuilderApiPassthrough.Builder. extensions(Extensions extensions)Specifies X.509 extension information for a certificate.default ApiPassthrough.BuilderApiPassthrough.Builder. subject(Consumer<ASN1Subject.Builder> subject)Sets the value of the Subject property for this object.ApiPassthrough.BuilderApiPassthrough.Builder. subject(ASN1Subject subject)Sets the value of the Subject property for this object.ApiPassthrough.BuilderApiPassthrough. toBuilder()Methods in software.amazon.awssdk.services.acmpca.model that return types with arguments of type ApiPassthrough.Builder Modifier and Type Method Description static Class<? extends ApiPassthrough.Builder>ApiPassthrough. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.acmpca.model with type arguments of type ApiPassthrough.Builder Modifier and Type Method Description default IssueCertificateRequest.BuilderIssueCertificateRequest.Builder. apiPassthrough(Consumer<ApiPassthrough.Builder> apiPassthrough)Specifies X.509 certificate information to be included in the issued certificate.
-