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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
SetVisibleToAllUsersRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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.
|
buildrequestOverrideConfigcopyapply, buildSetVisibleToAllUsersRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.SetVisibleToAllUsersRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.