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)
Add an optional request override configuration.
|
SetVisibleToAllUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
SetVisibleToAllUsersRequest.Builder |
visibleToAllUsers(Boolean visibleToAllUsers)
A value of
true indicates that all IAM users in the AWS account can perform cluster actions if
they have the proper IAM policy permissions. |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
SetVisibleToAllUsersRequest.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 all IAM users in the AWS account can perform cluster actions if
they have the proper IAM policy permissions. This is the default. A value of false
indicates
that only the IAM user who created the cluster can perform actions.
visibleToAllUsers
- A value of true
indicates that all IAM users in the AWS account can perform cluster
actions if they have the proper IAM policy permissions. This is the default. A value of
false
indicates that only the IAM user who created the cluster can perform actions.SetVisibleToAllUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.SetVisibleToAllUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.