Interface Readiness.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Readiness.Builder,,Readiness> SdkBuilder<Readiness.Builder,,Readiness> SdkPojo
- Enclosing class:
Readiness
@Mutable
@NotThreadSafe
public static interface Readiness.Builder
extends SdkPojo, CopyableBuilder<Readiness.Builder,Readiness>
-
Method Summary
Modifier and TypeMethodDescriptionAny customer messaging.progressPercentage(Integer progressPercentage) Approximately how far the Calculated Attribute creation is from completion.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
-
progressPercentage
Approximately how far the Calculated Attribute creation is from completion.
- Parameters:
progressPercentage- Approximately how far the Calculated Attribute creation is from completion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
Any customer messaging.
- Parameters:
message- Any customer messaging.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-