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 SessionMappingSummary

    • Constructor Detail

      • SessionMappingSummary

        public SessionMappingSummary()
    • 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 SessionMappingSummary 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.
      • setIdentityId

        public void setIdentityId(String identityId)

        The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity Store.

        Parameters:
        identityId - The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity Store.
      • getIdentityId

        public String getIdentityId()

        The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity Store.

        Returns:
        The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity Store.
      • withIdentityId

        public SessionMappingSummary withIdentityId(String identityId)

        The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity Store.

        Parameters:
        identityId - The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity Store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIdentityName

        public void setIdentityName(String identityName)

        The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference.

        Parameters:
        identityName - The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference.
      • getIdentityName

        public String getIdentityName()

        The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference.

        Returns:
        The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference.
      • withIdentityName

        public SessionMappingSummary withIdentityName(String identityName)

        The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference.

        Parameters:
        identityName - The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIdentityType

        public void setIdentityType(String identityType)

        Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.

        Parameters:
        identityType - Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
        See Also:
        IdentityType
      • getIdentityType

        public String getIdentityType()

        Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.

        Returns:
        Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
        See Also:
        IdentityType
      • withIdentityType

        public SessionMappingSummary withIdentityType(String identityType)

        Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.

        Parameters:
        identityType - Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdentityType
      • withIdentityType

        public SessionMappingSummary withIdentityType(IdentityType identityType)

        Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.

        Parameters:
        identityType - Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdentityType
      • setSessionPolicyArn

        public void setSessionPolicyArn(String sessionPolicyArn)

        The Amazon Resource Name (ARN) of the session policy associated with the user or group.

        Parameters:
        sessionPolicyArn - The Amazon Resource Name (ARN) of the session policy associated with the user or group.
      • getSessionPolicyArn

        public String getSessionPolicyArn()

        The Amazon Resource Name (ARN) of the session policy associated with the user or group.

        Returns:
        The Amazon Resource Name (ARN) of the session policy associated with the user or group.
      • withSessionPolicyArn

        public SessionMappingSummary withSessionPolicyArn(String sessionPolicyArn)

        The Amazon Resource Name (ARN) of the session policy associated with the user or group.

        Parameters:
        sessionPolicyArn - The Amazon Resource Name (ARN) of the session policy associated with the user or group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The time the session mapping was created.

        Parameters:
        creationTime - The time the session mapping was created.
      • getCreationTime

        public Date getCreationTime()

        The time the session mapping was created.

        Returns:
        The time the session mapping was created.
      • withCreationTime

        public SessionMappingSummary withCreationTime(Date creationTime)

        The time the session mapping was created.

        Parameters:
        creationTime - The time the session mapping 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 によって変換されたページ (->オリジナル) /