Interface SetVisibleToAllUsersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SetVisibleToAllUsersRequest.Builder,
,SetVisibleToAllUsersRequest> EmrRequest.Builder
,SdkBuilder<SetVisibleToAllUsersRequest.Builder,
,SetVisibleToAllUsersRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
SetVisibleToAllUsersRequest
@Mutable
@NotThreadSafe
public static interface SetVisibleToAllUsersRequest.Builder
extends EmrRequest.Builder, SdkPojo, CopyableBuilder<SetVisibleToAllUsersRequest.Builder,SetVisibleToAllUsersRequest>
-
Method Summary
Modifier and TypeMethodDescriptionjobFlowIds
(String... jobFlowIds) The unique identifier of the job flow (cluster).jobFlowIds
(Collection<String> jobFlowIds) The unique identifier of the job flow (cluster).overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.visibleToAllUsers
(Boolean visibleToAllUsers) A value oftrue
indicates that an IAM principal in the Amazon Web Services account can perform Amazon EMR actions on the cluster that the IAM policies attached to the principal allow.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
jobFlowIds
The unique identifier of the job flow (cluster).
- Parameters:
jobFlowIds
- The unique identifier of the job flow (cluster).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobFlowIds
The unique identifier of the job flow (cluster).
- Parameters:
jobFlowIds
- The unique identifier of the job flow (cluster).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visibleToAllUsers
A value of
true
indicates that an IAM principal in the Amazon Web Services account can perform Amazon EMR actions on the cluster that the IAM policies attached to the principal allow. A value offalse
indicates that only the IAM principal that created the cluster and the Amazon Web Services root user can perform Amazon EMR actions on the cluster.- Parameters:
visibleToAllUsers
- A value oftrue
indicates that an IAM principal in the Amazon Web Services account can perform Amazon EMR actions on the cluster that the IAM policies attached to the principal allow. A value offalse
indicates that only the IAM principal that created the cluster and the Amazon Web Services root user can perform Amazon EMR actions on the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetVisibleToAllUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SetVisibleToAllUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-