Interface ResoldUnifiedOperations.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResoldUnifiedOperations.Builder,,ResoldUnifiedOperations> SdkBuilder<ResoldUnifiedOperations.Builder,,ResoldUnifiedOperations> SdkPojo
- Enclosing class:
ResoldUnifiedOperations
@Mutable
@NotThreadSafe
public static interface ResoldUnifiedOperations.Builder
extends SdkPojo, CopyableBuilder<ResoldUnifiedOperations.Builder,ResoldUnifiedOperations>
-
Method Summary
Modifier and TypeMethodDescriptionchargeAccountId(String chargeAccountId) The AWS account ID to charge for the support plan.The coverage level for resold unified operations support.The coverage level for resold unified operations support.tamLocation(String tamLocation) The location of the Technical Account Manager (TAM).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
-
coverage
The coverage level for resold unified operations support.
- Parameters:
coverage- The coverage level for resold unified operations support.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
coverage
The coverage level for resold unified operations support.
- Parameters:
coverage- The coverage level for resold unified operations support.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tamLocation
The location of the Technical Account Manager (TAM).
- Parameters:
tamLocation- The location of the Technical Account Manager (TAM).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chargeAccountId
The AWS account ID to charge for the support plan.
- Parameters:
chargeAccountId- The AWS account ID to charge for the support plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-