Interface ModifyCertificatesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ModifyCertificatesResponse.Builder,,ModifyCertificatesResponse> RdsResponse.Builder,SdkBuilder<ModifyCertificatesResponse.Builder,,ModifyCertificatesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ModifyCertificatesResponse
@Mutable
@NotThreadSafe
public static interface ModifyCertificatesResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyCertificatesResponse.Builder,ModifyCertificatesResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncertificate(Consumer<Certificate.Builder> certificate) Sets the value of the Certificate property for this object.certificate(Certificate certificate) Sets the value of the Certificate property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.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
-
certificate
Sets the value of the Certificate property for this object.- Parameters:
certificate- The new value for the Certificate property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificate
Sets the value of the Certificate property for this object. This is a convenience method that creates an instance of theCertificate.Builderavoiding the need to create one manually viaCertificate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocertificate(Certificate).- Parameters:
certificate- a consumer that will call methods onCertificate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-