Interface FormFactorConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FormFactorConfig.Builder,,FormFactorConfig> SdkBuilder<FormFactorConfig.Builder,,FormFactorConfig> SdkPojo
- Enclosing class:
FormFactorConfig
@Mutable
@NotThreadSafe
public static interface FormFactorConfig.Builder
extends SdkPojo, CopyableBuilder<FormFactorConfig.Builder,FormFactorConfig>
-
Method Summary
Modifier and TypeMethodDescriptionformFactor(String formFactor) The form factor.formFactor(FormFactor formFactor) The form factor.outpostGeneration(String outpostGeneration) The Outpost generation.outpostGeneration(OutpostGeneration outpostGeneration) The Outpost generation.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
-
formFactor
The form factor. Valid values are
RACKfor rack-based Outposts andSERVERfor server-based Outposts.- Parameters:
formFactor- The form factor. Valid values areRACKfor rack-based Outposts andSERVERfor server-based Outposts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
formFactor
The form factor. Valid values are
RACKfor rack-based Outposts andSERVERfor server-based Outposts.- Parameters:
formFactor- The form factor. Valid values areRACKfor rack-based Outposts andSERVERfor server-based Outposts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outpostGeneration
The Outpost generation. Valid values are
GENERATION_1for first-generation rack deployments andGENERATION_2for second-generation rack deployments. This value is not set for server form factors.- Parameters:
outpostGeneration- The Outpost generation. Valid values areGENERATION_1for first-generation rack deployments andGENERATION_2for second-generation rack deployments. This value is not set for server form factors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outpostGeneration
The Outpost generation. Valid values are
GENERATION_1for first-generation rack deployments andGENERATION_2for second-generation rack deployments. This value is not set for server form factors.- Parameters:
outpostGeneration- The Outpost generation. Valid values areGENERATION_1for first-generation rack deployments andGENERATION_2for second-generation rack deployments. This value is not set for server form factors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-