Interface ModifyCertificatesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ModifyCertificatesResponse.Builder,ModifyCertificatesResponse>,RdsResponse.Builder,SdkBuilder<ModifyCertificatesResponse.Builder,ModifyCertificatesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ModifyCertificatesResponse
public static interface ModifyCertificatesResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyCertificatesResponse.Builder,ModifyCertificatesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ModifyCertificatesResponse.Buildercertificate(Consumer<Certificate.Builder> certificate)Sets the value of the Certificate property for this object.ModifyCertificatesResponse.Buildercertificate(Certificate certificate)Sets the value of the Certificate property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
certificate
ModifyCertificatesResponse.Builder certificate(Certificate 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
default ModifyCertificatesResponse.Builder certificate(Consumer<Certificate.Builder> 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:
certificate(Certificate)
-
-