Interface DomainValidationMethodUpdateSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DomainValidationMethodUpdateSummary.Builder,,DomainValidationMethodUpdateSummary> SdkBuilder<DomainValidationMethodUpdateSummary.Builder,,DomainValidationMethodUpdateSummary> SdkPojo
- Enclosing class:
DomainValidationMethodUpdateSummary
@Mutable
@NotThreadSafe
public static interface DomainValidationMethodUpdateSummary.Builder
extends SdkPojo, CopyableBuilder<DomainValidationMethodUpdateSummary.Builder,DomainValidationMethodUpdateSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe validation method that the certificate was using before the update.from(ValidationMethod from) The validation method that the certificate was using before the update.The target validation method for the update.to(ValidationMethod to) The target validation method for the update.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
-
from
The validation method that the certificate was using before the update.
- Parameters:
from- The validation method that the certificate was using before the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
from
The validation method that the certificate was using before the update.
- Parameters:
from- The validation method that the certificate was using before the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
to
The target validation method for the update.
- Parameters:
to- The target validation method for the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
to
The target validation method for the update.
- Parameters:
to- The target validation method for the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-