Interface SloSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SloSource.Builder,,SloSource> SdkBuilder<SloSource.Builder,,SloSource> SdkPojo
- Enclosing class:
SloSource
@Mutable
@NotThreadSafe
public static interface SloSource.Builder
extends SdkPojo, CopyableBuilder<SloSource.Builder,SloSource>
-
Method Summary
Modifier and TypeMethodDescriptionpolicyName(String policyName) Sets the value of the PolicyName property for this object.Indicates whether the value comes from the service's own account or a cross-account policy.source(PolicyValueSource source) Indicates whether the value comes from the service's own account or a cross-account policy.The availability SLO percentage value.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
-
value
The availability SLO percentage value.
- Parameters:
value- The availability SLO percentage value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyName
Sets the value of the PolicyName property for this object.- Parameters:
policyName- The new value for the PolicyName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
Indicates whether the value comes from the service's own account or a cross-account policy.
- Parameters:
source- Indicates whether the value comes from the service's own account or a cross-account policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
Indicates whether the value comes from the service's own account or a cross-account policy.
- Parameters:
source- Indicates whether the value comes from the service's own account or a cross-account policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-