CopyableBuilder<SetVisibleToAllUsersRequest.Builder,SetVisibleToAllUsersRequest>
, SdkBuilder<SetVisibleToAllUsersRequest.Builder,SetVisibleToAllUsersRequest>
public static interface SetVisibleToAllUsersRequest.Builder extends CopyableBuilder<SetVisibleToAllUsersRequest.Builder,SetVisibleToAllUsersRequest>
Modifier and Type | Method | Description |
---|---|---|
SetVisibleToAllUsersRequest.Builder |
jobFlowIds(String... jobFlowIds) |
Identifiers of the job flows to receive the new visibility setting.
|
SetVisibleToAllUsersRequest.Builder |
jobFlowIds(Collection<String> 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.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setJobFlowIds(java.util.Collection)
or #withJobFlowIds(java.util.Collection)
if you want to
override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.