public static interface CreateHsmClientCertificateResponse.Builder extends RedshiftResponse.Builder, CopyableBuilder<CreateHsmClientCertificateResponse.Builder,CreateHsmClientCertificateResponse>
Modifier and Type | Method and Description |
---|---|
default CreateHsmClientCertificateResponse.Builder |
hsmClientCertificate(Consumer<HsmClientCertificate.Builder> hsmClientCertificate)
Sets the value of the HsmClientCertificate property for this object.
|
CreateHsmClientCertificateResponse.Builder |
hsmClientCertificate(HsmClientCertificate hsmClientCertificate)
Sets the value of the HsmClientCertificate property for this object.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateHsmClientCertificateResponse.Builder hsmClientCertificate(HsmClientCertificate hsmClientCertificate)
hsmClientCertificate
- The new value for the HsmClientCertificate property for this object.default CreateHsmClientCertificateResponse.Builder hsmClientCertificate(Consumer<HsmClientCertificate.Builder> hsmClientCertificate)
HsmClientCertificate.Builder
avoiding the need
to create one manually via HsmClientCertificate.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to hsmClientCertificate(HsmClientCertificate)
.hsmClientCertificate
- a consumer that will call methods on HsmClientCertificate.Builder
hsmClientCertificate(HsmClientCertificate)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.