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
Modifier and TypeMethodDescriptioncapacityProviderOperatorRoleArn(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
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
-
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.
-