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