Interface CreateCertificateAuthorityResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateCertificateAuthorityResponse.Builder,,CreateCertificateAuthorityResponse> EksResponse.Builder,SdkBuilder<CreateCertificateAuthorityResponse.Builder,,CreateCertificateAuthorityResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateCertificateAuthorityResponse
-
Method Summary
Modifier and TypeMethodDescriptioncertificateAuthority(Consumer<CertificateAuthoritySummary.Builder> certificateAuthority) Summary information about the certificate authority that was created, including its ID and initial signing and distribution status.certificateAuthority(CertificateAuthoritySummary certificateAuthority) Summary information about the certificate authority that was created, including its ID and initial signing and distribution status.update(Consumer<Update.Builder> update) An object representing the asynchronous update that adds the certificate authority to the cluster's trust bundle.An object representing the asynchronous update that adds the certificate authority to the cluster's trust bundle.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.eks.model.EksResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
update
An object representing the asynchronous update that adds the certificate authority to the cluster's trust bundle.
- Parameters:
update- An object representing the asynchronous update that adds the certificate authority to the cluster's trust bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
update
An object representing the asynchronous update that adds the certificate authority to the cluster's trust bundle.
This is a convenience method that creates an instance of theUpdate.Builderavoiding the need to create one manually viaUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toupdate(Update).- Parameters:
update- a consumer that will call methods onUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
certificateAuthority
CreateCertificateAuthorityResponse.Builder certificateAuthority(CertificateAuthoritySummary certificateAuthority) Summary information about the certificate authority that was created, including its ID and initial signing and distribution status.
- Parameters:
certificateAuthority- Summary information about the certificate authority that was created, including its ID and initial signing and distribution status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateAuthority
default CreateCertificateAuthorityResponse.Builder certificateAuthority(Consumer<CertificateAuthoritySummary.Builder> certificateAuthority) Summary information about the certificate authority that was created, including its ID and initial signing and distribution status.
This is a convenience method that creates an instance of theCertificateAuthoritySummary.Builderavoiding the need to create one manually viaCertificateAuthoritySummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocertificateAuthority(CertificateAuthoritySummary).- Parameters:
certificateAuthority- a consumer that will call methods onCertificateAuthoritySummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-