Interface EtcdPlacementResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EtcdPlacementResponse.Builder,,EtcdPlacementResponse> SdkBuilder<EtcdPlacementResponse.Builder,,EtcdPlacementResponse> SdkPojo
- Enclosing class:
EtcdPlacementResponse
@Mutable
@NotThreadSafe
public static interface EtcdPlacementResponse.Builder
extends SdkPojo, CopyableBuilder<EtcdPlacementResponse.Builder,EtcdPlacementResponse>
-
Method Summary
Modifier and TypeMethodDescriptionspreadLevel(String spreadLevel) The spread level used with the placement group for etcd instances on your local Amazon EKS cluster on Amazon Web Services Outposts.spreadLevel(SpreadLevel spreadLevel) The spread level used with the placement group for etcd instances on your local Amazon EKS cluster on Amazon Web Services Outposts.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
-
spreadLevel
The spread level used with the placement group for etcd instances on your local Amazon EKS cluster on Amazon Web Services Outposts.
- Parameters:
spreadLevel- The spread level used with the placement group for etcd instances on your local Amazon EKS cluster on Amazon Web Services Outposts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
spreadLevel
The spread level used with the placement group for etcd instances on your local Amazon EKS cluster on Amazon Web Services Outposts.
- Parameters:
spreadLevel- The spread level used with the placement group for etcd instances on your local Amazon EKS cluster on Amazon Web Services Outposts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-