Interface CreateCertificateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateCertificateResponse.Builder,CreateCertificateResponse>,LightsailResponse.Builder,SdkBuilder<CreateCertificateResponse.Builder,CreateCertificateResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateCertificateResponse
public static interface CreateCertificateResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<CreateCertificateResponse.Builder,CreateCertificateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateCertificateResponse.Buildercertificate(Consumer<CertificateSummary.Builder> certificate)An object that describes the certificate created.CreateCertificateResponse.Buildercertificate(CertificateSummary certificate)An object that describes the certificate created.CreateCertificateResponse.Builderoperations(Collection<Operation> operations)An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.CreateCertificateResponse.Builderoperations(Consumer<Operation.Builder>... operations)An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.CreateCertificateResponse.Builderoperations(Operation... operations)An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
certificate
CreateCertificateResponse.Builder certificate(CertificateSummary certificate)
An object that describes the certificate created.
- Parameters:
certificate- An object that describes the certificate created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificate
default CreateCertificateResponse.Builder certificate(Consumer<CertificateSummary.Builder> certificate)
An object that describes the certificate created.
This is a convenience method that creates an instance of theCertificateSummary.Builderavoiding the need to create one manually viaCertificateSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocertificate(CertificateSummary).- Parameters:
certificate- a consumer that will call methods onCertificateSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
certificate(CertificateSummary)
-
operations
CreateCertificateResponse.Builder operations(Collection<Operation> operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
- Parameters:
operations- An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
CreateCertificateResponse.Builder operations(Operation... operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
- Parameters:
operations- An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
CreateCertificateResponse.Builder operations(Consumer<Operation.Builder>... operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
This is a convenience method that creates an instance of theOperation.Builderavoiding the need to create one manually viaOperation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#operations(List.) - Parameters:
operations- a consumer that will call methods onOperation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#operations(java.util.Collection)
-
-