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 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

      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 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 of false 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 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 of false 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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.