Interface GreenFleetProvisioningOption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GreenFleetProvisioningOption.Builder,GreenFleetProvisioningOption>,SdkBuilder<GreenFleetProvisioningOption.Builder,GreenFleetProvisioningOption>,SdkPojo
- Enclosing class:
- GreenFleetProvisioningOption
public static interface GreenFleetProvisioningOption.Builder extends SdkPojo, CopyableBuilder<GreenFleetProvisioningOption.Builder,GreenFleetProvisioningOption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GreenFleetProvisioningOption.Builderaction(String action)The method used to add instances to a replacement environment.GreenFleetProvisioningOption.Builderaction(GreenFleetProvisioningAction action)The method used to add instances to a replacement environment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
action
GreenFleetProvisioningOption.Builder action(String action)
The method used to add instances to a replacement environment.
-
DISCOVER_EXISTING: Use instances that already exist or will be created manually. -
COPY_AUTO_SCALING_GROUP: Use settings from a specified Auto Scaling group to define and create instances in a new Auto Scaling group.
- Parameters:
action- The method used to add instances to a replacement environment.-
DISCOVER_EXISTING: Use instances that already exist or will be created manually. -
COPY_AUTO_SCALING_GROUP: Use settings from a specified Auto Scaling group to define and create instances in a new Auto Scaling group.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GreenFleetProvisioningAction,GreenFleetProvisioningAction
-
-
action
GreenFleetProvisioningOption.Builder action(GreenFleetProvisioningAction action)
The method used to add instances to a replacement environment.
-
DISCOVER_EXISTING: Use instances that already exist or will be created manually. -
COPY_AUTO_SCALING_GROUP: Use settings from a specified Auto Scaling group to define and create instances in a new Auto Scaling group.
- Parameters:
action- The method used to add instances to a replacement environment.-
DISCOVER_EXISTING: Use instances that already exist or will be created manually. -
COPY_AUTO_SCALING_GROUP: Use settings from a specified Auto Scaling group to define and create instances in a new Auto Scaling group.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GreenFleetProvisioningAction,GreenFleetProvisioningAction
-
-
-