Class StudioSummary

    • Method Detail

      • studioId

        public final String studioId()

        The ID of the Amazon EMR Studio.

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

        public final String name()

        The name of the Amazon EMR Studio.

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

        public final String vpcId()

        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.
      • description

        public final String description()

        The detailed description of the Amazon EMR Studio.

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

        public final String url()

        The unique access URL of the Amazon EMR Studio.

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

        public final AuthMode authMode()

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

        If the service returns an enum value that is not available in the current SDK version, authMode will return AuthMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from authModeAsString().

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

        public final String authModeAsString()

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

        If the service returns an enum value that is not available in the current SDK version, authMode will return AuthMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from authModeAsString().

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

        public final Instant creationTime()

        The time when the Amazon EMR Studio was created.

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

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)