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 StudioSummary

    • Constructor Detail

      • StudioSummary

        public StudioSummary()
    • Method Detail

      • setStudioId

        public void setStudioId(String studioId)

        The ID of the Amazon EMR Studio.

        Parameters:
        studioId - The ID of the Amazon EMR Studio.
      • getStudioId

        public String getStudioId()

        The ID of the Amazon EMR Studio.

        Returns:
        The ID of the Amazon EMR Studio.
      • withStudioId

        public StudioSummary withStudioId(String studioId)

        The ID of the Amazon EMR Studio.

        Parameters:
        studioId - The ID of the Amazon EMR Studio.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the Amazon EMR Studio.

        Parameters:
        name - The name of the Amazon EMR Studio.
      • getName

        public String getName()

        The name of the Amazon EMR Studio.

        Returns:
        The name of the Amazon EMR Studio.
      • withName

        public StudioSummary withName(String name)

        The name of the Amazon EMR Studio.

        Parameters:
        name - The name of the Amazon EMR Studio.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVpcId

        public void setVpcId(String vpcId)

        The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.

        Parameters:
        vpcId - The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.
      • getVpcId

        public String getVpcId()

        The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.

        Returns:
        The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.
      • withVpcId

        public StudioSummary withVpcId(String vpcId)

        The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.

        Parameters:
        vpcId - The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The detailed description of the Amazon EMR Studio.

        Parameters:
        description - The detailed description of the Amazon EMR Studio.
      • getDescription

        public String getDescription()

        The detailed description of the Amazon EMR Studio.

        Returns:
        The detailed description of the Amazon EMR Studio.
      • withDescription

        public StudioSummary withDescription(String description)

        The detailed description of the Amazon EMR Studio.

        Parameters:
        description - The detailed description of the Amazon EMR Studio.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUrl

        public void setUrl(String url)

        The unique access URL of the Amazon EMR Studio.

        Parameters:
        url - The unique access URL of the Amazon EMR Studio.
      • getUrl

        public String getUrl()

        The unique access URL of the Amazon EMR Studio.

        Returns:
        The unique access URL of the Amazon EMR Studio.
      • withUrl

        public StudioSummary withUrl(String url)

        The unique access URL of the Amazon EMR Studio.

        Parameters:
        url - The unique access URL of the Amazon EMR Studio.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAuthMode

        public void setAuthMode(String authMode)

        Specifies whether the Studio authenticates users using IAM or IAM Identity Center.

        Parameters:
        authMode - Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
        See Also:
        AuthMode
      • getAuthMode

        public String getAuthMode()

        Specifies whether the Studio authenticates users using IAM or IAM Identity Center.

        Returns:
        Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
        See Also:
        AuthMode
      • withAuthMode

        public StudioSummary withAuthMode(String authMode)

        Specifies whether the Studio authenticates users using IAM or IAM Identity Center.

        Parameters:
        authMode - Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthMode
      • withAuthMode

        public StudioSummary withAuthMode(AuthMode authMode)

        Specifies whether the Studio authenticates users using IAM or IAM Identity Center.

        Parameters:
        authMode - Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthMode
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The time when the Amazon EMR Studio was created.

        Parameters:
        creationTime - The time when the Amazon EMR Studio was created.
      • getCreationTime

        public Date getCreationTime()

        The time when the Amazon EMR Studio was created.

        Returns:
        The time when the Amazon EMR Studio was created.
      • withCreationTime

        public StudioSummary withCreationTime(Date creationTime)

        The time when the Amazon EMR Studio was created.

        Parameters:
        creationTime - The time when the Amazon EMR Studio was created.
        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 によって変換されたページ (->オリジナル) /