public static interface SetVisibleToAllUsersRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<SetVisibleToAllUsersRequest.Builder,SetVisibleToAllUsersRequest>
| Modifier and Type | Method and Description |
|---|---|
SetVisibleToAllUsersRequest.Builder |
jobFlowIds(Collection<String> jobFlowIds)
The unique identifier of the job flow (cluster).
|
SetVisibleToAllUsersRequest.Builder |
jobFlowIds(String... jobFlowIds)
The unique identifier of the job flow (cluster).
|
SetVisibleToAllUsersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetVisibleToAllUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetVisibleToAllUsersRequest.Builder |
visibleToAllUsers(Boolean visibleToAllUsers)
A value of
true indicates that an IAM principal in the Amazon Web Services account can perform
Amazon EMR actions on the cluster that the IAM policies attached to the principal allow. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetVisibleToAllUsersRequest.Builder jobFlowIds(Collection<String> jobFlowIds)
The unique identifier of the job flow (cluster).
jobFlowIds - The unique identifier of the job flow (cluster).SetVisibleToAllUsersRequest.Builder jobFlowIds(String... jobFlowIds)
The unique identifier of the job flow (cluster).
jobFlowIds - The unique identifier of the job flow (cluster).SetVisibleToAllUsersRequest.Builder visibleToAllUsers(Boolean visibleToAllUsers)
A value of true indicates that an IAM principal in the Amazon Web Services account can perform
Amazon EMR actions on the cluster that the IAM policies attached to the principal allow. A value of
false indicates that only the IAM principal that created the cluster and the Amazon Web Services
root user can perform Amazon EMR actions on the cluster.
visibleToAllUsers - A value of true indicates that an IAM principal in the Amazon Web Services account can
perform Amazon EMR actions on the cluster that the IAM policies attached to the principal allow. A
value of false indicates that only the IAM principal that created the cluster and the
Amazon Web Services root user can perform Amazon EMR actions on the cluster.SetVisibleToAllUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetVisibleToAllUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.