Interface DeleteCertificateAuthorityResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteCertificateAuthorityResponse.Builder,,DeleteCertificateAuthorityResponse> EksResponse.Builder,SdkBuilder<DeleteCertificateAuthorityResponse.Builder,,DeleteCertificateAuthorityResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteCertificateAuthorityResponse
@Mutable
@NotThreadSafe
public static interface DeleteCertificateAuthorityResponse.Builder
extends EksResponse.Builder, SdkPojo, CopyableBuilder<DeleteCertificateAuthorityResponse.Builder,DeleteCertificateAuthorityResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateAuthority(Consumer<CertificateAuthoritySummary.Builder> certificateAuthority) Summary information about the certificate authority that is being deleted.certificateAuthority(CertificateAuthoritySummary certificateAuthority) Summary information about the certificate authority that is being deleted.update(Consumer<Update.Builder> update) An object representing the asynchronous update that removes the certificate authority from the cluster's trust bundle.An object representing the asynchronous update that removes the certificate authority from 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 removes the certificate authority from the cluster's trust bundle.
- Parameters:
update- An object representing the asynchronous update that removes the certificate authority from 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 removes the certificate authority from 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
DeleteCertificateAuthorityResponse.Builder certificateAuthority(CertificateAuthoritySummary certificateAuthority) Summary information about the certificate authority that is being deleted.
- Parameters:
certificateAuthority- Summary information about the certificate authority that is being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateAuthority
default DeleteCertificateAuthorityResponse.Builder certificateAuthority(Consumer<CertificateAuthoritySummary.Builder> certificateAuthority) Summary information about the certificate authority that is being deleted.
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:
-