JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.elasticmapreduce.model

Class ExecutionEngineConfig

    • Constructor Detail

      • ExecutionEngineConfig

        public ExecutionEngineConfig()
    • Method Detail

      • setId

        public void setId(String id)

        The unique identifier of the execution engine. For an Amazon EMR cluster, this is the cluster ID.

        Parameters:
        id - The unique identifier of the execution engine. For an Amazon EMR cluster, this is the cluster ID.
      • getId

        public String getId()

        The unique identifier of the execution engine. For an Amazon EMR cluster, this is the cluster ID.

        Returns:
        The unique identifier of the execution engine. For an Amazon EMR cluster, this is the cluster ID.
      • withId

        public ExecutionEngineConfig withId(String id)

        The unique identifier of the execution engine. For an Amazon EMR cluster, this is the cluster ID.

        Parameters:
        id - The unique identifier of the execution engine. For an Amazon EMR cluster, this is the cluster ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setType

        public void setType(String type)

        The type of execution engine. A value of EMR specifies an Amazon EMR cluster.

        Parameters:
        type - The type of execution engine. A value of EMR specifies an Amazon EMR cluster.
        See Also:
        ExecutionEngineType
      • getType

        public String getType()

        The type of execution engine. A value of EMR specifies an Amazon EMR cluster.

        Returns:
        The type of execution engine. A value of EMR specifies an Amazon EMR cluster.
        See Also:
        ExecutionEngineType
      • withType

        public ExecutionEngineConfig withType(String type)

        The type of execution engine. A value of EMR specifies an Amazon EMR cluster.

        Parameters:
        type - The type of execution engine. A value of EMR specifies an Amazon EMR cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionEngineType
      • withType

        public ExecutionEngineConfig withType(ExecutionEngineType type)

        The type of execution engine. A value of EMR specifies an Amazon EMR cluster.

        Parameters:
        type - The type of execution engine. A value of EMR specifies an Amazon EMR cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionEngineType
      • setMasterInstanceSecurityGroupId

        public void setMasterInstanceSecurityGroupId(String masterInstanceSecurityGroupId)

        An optional unique ID of an Amazon EC2 security group to associate with the master instance of the Amazon EMR cluster for this notebook execution. For more information see Specifying Amazon EC2 Security Groups for Amazon EMR Notebooks in the EMR Management Guide.

        Parameters:
        masterInstanceSecurityGroupId - An optional unique ID of an Amazon EC2 security group to associate with the master instance of the Amazon EMR cluster for this notebook execution. For more information see Specifying Amazon EC2 Security Groups for Amazon EMR Notebooks in the EMR Management Guide.
      • withMasterInstanceSecurityGroupId

        public ExecutionEngineConfig withMasterInstanceSecurityGroupId(String masterInstanceSecurityGroupId)

        An optional unique ID of an Amazon EC2 security group to associate with the master instance of the Amazon EMR cluster for this notebook execution. For more information see Specifying Amazon EC2 Security Groups for Amazon EMR Notebooks in the EMR Management Guide.

        Parameters:
        masterInstanceSecurityGroupId - An optional unique ID of an Amazon EC2 security group to associate with the master instance of the Amazon EMR cluster for this notebook execution. For more information see Specifying Amazon EC2 Security Groups for Amazon EMR Notebooks in the EMR Management Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExecutionRoleArn

        public void setExecutionRoleArn(String executionRoleArn)

        The execution role ARN required for the notebook execution.

        Parameters:
        executionRoleArn - The execution role ARN required for the notebook execution.
      • getExecutionRoleArn

        public String getExecutionRoleArn()

        The execution role ARN required for the notebook execution.

        Returns:
        The execution role ARN required for the notebook execution.
      • withExecutionRoleArn

        public ExecutionEngineConfig withExecutionRoleArn(String executionRoleArn)

        The execution role ARN required for the notebook execution.

        Parameters:
        executionRoleArn - The execution role ARN required for the notebook execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /