public static interface SetVisibleToAllUsersRequest.Builder extends EmrRequest.Builder, CopyableBuilder<SetVisibleToAllUsersRequest.Builder,SetVisibleToAllUsersRequest>
Modifier and Type | Method and Description |
---|---|
SetVisibleToAllUsersRequest.Builder |
jobFlowIds(Collection<String> jobFlowIds)
Identifiers of the job flows to receive the new visibility setting.
|
SetVisibleToAllUsersRequest.Builder |
jobFlowIds(String... jobFlowIds)
Identifiers of the job flows to receive the new visibility setting.
|
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)
Whether the specified clusters are visible to all IAM users of the AWS account associated with the cluster.
|
build
overrideConfiguration
copy
applyMutation, build
SetVisibleToAllUsersRequest.Builder jobFlowIds(Collection<String> jobFlowIds)
Identifiers of the job flows to receive the new visibility setting.
jobFlowIds
- Identifiers of the job flows to receive the new visibility setting.SetVisibleToAllUsersRequest.Builder jobFlowIds(String... jobFlowIds)
Identifiers of the job flows to receive the new visibility setting.
jobFlowIds
- Identifiers of the job flows to receive the new visibility setting.SetVisibleToAllUsersRequest.Builder visibleToAllUsers(Boolean visibleToAllUsers)
Whether the specified clusters are visible to all IAM users of the AWS account associated with the cluster. If this value is set to True, all IAM users of that AWS account can view and, if they have the proper IAM policy permissions set, manage the clusters. If it is set to False, only the IAM user that created a cluster can view and manage it.
visibleToAllUsers
- Whether the specified clusters are visible to all IAM users of the AWS account associated with the
cluster. If this value is set to True, all IAM users of that AWS account can view and, if they have
the proper IAM policy permissions set, manage the clusters. If it is set to False, only the IAM user
that created a cluster can view and manage it.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.