Interface FulfillmentOptionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FulfillmentOptionSummary.Builder,,FulfillmentOptionSummary> SdkBuilder<FulfillmentOptionSummary.Builder,,FulfillmentOptionSummary> SdkPojo
- Enclosing class:
FulfillmentOptionSummary
@Mutable
@NotThreadSafe
public static interface FulfillmentOptionSummary.Builder
extends SdkPojo, CopyableBuilder<FulfillmentOptionSummary.Builder,FulfillmentOptionSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) The human-readable name of the fulfillment option type.fulfillmentOptionType(String fulfillmentOptionType) The machine-readable type of the fulfillment option, such asSAASorAMAZON_MACHINE_IMAGE.fulfillmentOptionType(FulfillmentOptionType fulfillmentOptionType) The machine-readable type of the fulfillment option, such asSAASorAMAZON_MACHINE_IMAGE.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
-
fulfillmentOptionType
The machine-readable type of the fulfillment option, such as
SAASorAMAZON_MACHINE_IMAGE.- Parameters:
fulfillmentOptionType- The machine-readable type of the fulfillment option, such asSAASorAMAZON_MACHINE_IMAGE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fulfillmentOptionType
The machine-readable type of the fulfillment option, such as
SAASorAMAZON_MACHINE_IMAGE.- Parameters:
fulfillmentOptionType- The machine-readable type of the fulfillment option, such asSAASorAMAZON_MACHINE_IMAGE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
displayName
The human-readable name of the fulfillment option type.
- Parameters:
displayName- The human-readable name of the fulfillment option type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-