Interface SetVisibleToAllUsersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SetVisibleToAllUsersRequest.Builder,,SetVisibleToAllUsersRequest> EmrRequest.Builder,SdkBuilder<SetVisibleToAllUsersRequest.Builder,,SetVisibleToAllUsersRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
SetVisibleToAllUsersRequest
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 oftrueindicates 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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
trueindicates 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 offalseindicates 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 oftrueindicates 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 offalseindicates 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-