Interface UpdateSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateSummary.Builder,,UpdateSummary> SdkBuilder<UpdateSummary.Builder,,UpdateSummary> SdkPojo
- Enclosing class:
UpdateSummary
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateSummary.BuilderdomainValidationMethodUpdateSummary(Consumer<DomainValidationMethodUpdateSummary.Builder> domainValidationMethodUpdateSummary) Contains information about a domain validation method migration, including the previous and target validation methods.domainValidationMethodUpdateSummary(DomainValidationMethodUpdateSummary domainValidationMethodUpdateSummary) Contains information about a domain validation method migration, including the previous and target validation methods.requestedAt(Instant requestedAt) The time at which the certificate update was requested.The status of the certificate update.status(UpdateStatus status) The status of the certificate update.The type of update that was requested for the certificate.type(UpdateType type) The type of update that was requested for the certificate.The time at which the certificate update status was last changed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The status of the certificate update. The following are valid values:
-
PENDING_DOMAIN_VALIDATION– The certificate update is waiting for domain ownership validation to complete. -
SUCCESS– The certificate was updated successfully. -
FAILED– The certificate update failed.
- Parameters:
status- The status of the certificate update. The following are valid values:-
PENDING_DOMAIN_VALIDATION– The certificate update is waiting for domain ownership validation to complete. -
SUCCESS– The certificate was updated successfully. -
FAILED– The certificate update failed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The status of the certificate update. The following are valid values:
-
PENDING_DOMAIN_VALIDATION– The certificate update is waiting for domain ownership validation to complete. -
SUCCESS– The certificate was updated successfully. -
FAILED– The certificate update failed.
- Parameters:
status- The status of the certificate update. The following are valid values:-
PENDING_DOMAIN_VALIDATION– The certificate update is waiting for domain ownership validation to complete. -
SUCCESS– The certificate was updated successfully. -
FAILED– The certificate update failed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
type
The type of update that was requested for the certificate. The following are valid values:
-
DOMAIN_VALIDATION_METHOD– The update changes the domain validation method for the certificate.
- Parameters:
type- The type of update that was requested for the certificate. The following are valid values:-
DOMAIN_VALIDATION_METHOD– The update changes the domain validation method for the certificate.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
type
The type of update that was requested for the certificate. The following are valid values:
-
DOMAIN_VALIDATION_METHOD– The update changes the domain validation method for the certificate.
- Parameters:
type- The type of update that was requested for the certificate. The following are valid values:-
DOMAIN_VALIDATION_METHOD– The update changes the domain validation method for the certificate.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
domainValidationMethodUpdateSummary
UpdateSummary.Builder domainValidationMethodUpdateSummary(DomainValidationMethodUpdateSummary domainValidationMethodUpdateSummary) Contains information about a domain validation method migration, including the previous and target validation methods.
- Parameters:
domainValidationMethodUpdateSummary- Contains information about a domain validation method migration, including the previous and target validation methods.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainValidationMethodUpdateSummary
default UpdateSummary.Builder domainValidationMethodUpdateSummary(Consumer<DomainValidationMethodUpdateSummary.Builder> domainValidationMethodUpdateSummary) Contains information about a domain validation method migration, including the previous and target validation methods.
This is a convenience method that creates an instance of theDomainValidationMethodUpdateSummary.Builderavoiding the need to create one manually viaDomainValidationMethodUpdateSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todomainValidationMethodUpdateSummary(DomainValidationMethodUpdateSummary).- Parameters:
domainValidationMethodUpdateSummary- a consumer that will call methods onDomainValidationMethodUpdateSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestedAt
The time at which the certificate update was requested.
- Parameters:
requestedAt- The time at which the certificate update was requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The time at which the certificate update status was last changed.
- Parameters:
updatedAt- The time at which the certificate update status was last changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-