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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetVisibleToAllUsersRequest.BuilderjobFlowIds(String... jobFlowIds)The unique identifier of the job flow (cluster).SetVisibleToAllUsersRequest.BuilderjobFlowIds(Collection<String> jobFlowIds)The unique identifier of the job flow (cluster).SetVisibleToAllUsersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetVisibleToAllUsersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetVisibleToAllUsersRequest.BuildervisibleToAllUsers(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
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 Detail
-
jobFlowIds
SetVisibleToAllUsersRequest.Builder jobFlowIds(Collection<String> 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
SetVisibleToAllUsersRequest.Builder jobFlowIds(String... 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
SetVisibleToAllUsersRequest.Builder visibleToAllUsers(Boolean 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetVisibleToAllUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-