Interface CapacityProviderPermissionsConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CapacityProviderPermissionsConfig.Builder,CapacityProviderPermissionsConfig>,SdkBuilder<CapacityProviderPermissionsConfig.Builder,CapacityProviderPermissionsConfig>,SdkPojo
- Enclosing class:
- CapacityProviderPermissionsConfig
@Mutable @NotThreadSafe public static interface CapacityProviderPermissionsConfig.Builder extends SdkPojo, CopyableBuilder<CapacityProviderPermissionsConfig.Builder,CapacityProviderPermissionsConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapacityProviderPermissionsConfig.BuildercapacityProviderOperatorRoleArn(String capacityProviderOperatorRoleArn)The ARN of the IAM role that the capacity provider uses to manage compute instances and other Amazon Web Services resources.-
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
-
capacityProviderOperatorRoleArn
CapacityProviderPermissionsConfig.Builder capacityProviderOperatorRoleArn(String capacityProviderOperatorRoleArn)
The ARN of the IAM role that the capacity provider uses to manage compute instances and other Amazon Web Services resources.
- Parameters:
capacityProviderOperatorRoleArn- The ARN of the IAM role that the capacity provider uses to manage compute instances and other Amazon Web Services resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-