Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SetVisibleToAllUsersRequest.Builder,SetVisibleToAllUsersRequest>
@Generated("software.amazon.awssdk:codegen") public class SetVisibleToAllUsersRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SetVisibleToAllUsersRequest.Builder,SetVisibleToAllUsersRequest>
The input to the SetVisibleToAllUsers action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SetVisibleToAllUsersRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SetVisibleToAllUsersRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
jobFlowIds() |
Identifiers of the job flows to receive the new visibility setting.
|
static Class<? extends SetVisibleToAllUsersRequest.Builder> |
serializableBuilderClass() |
|
SetVisibleToAllUsersRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Boolean |
visibleToAllUsers() |
Whether the specified clusters are visible to all IAM users of the AWS account associated with the cluster.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<String> jobFlowIds()
Identifiers of the job flows to receive the new visibility setting.
public 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.
public SetVisibleToAllUsersRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetVisibleToAllUsersRequest.Builder,SetVisibleToAllUsersRequest>
public static SetVisibleToAllUsersRequest.Builder builder()
public static Class<? extends SetVisibleToAllUsersRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.