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.redshift.model

Class CreateAuthenticationProfileResult

    • Constructor Detail

      • CreateAuthenticationProfileResult

        public CreateAuthenticationProfileResult()
    • Method Detail

      • setAuthenticationProfileName

        public void setAuthenticationProfileName(String authenticationProfileName)

        The name of the authentication profile that was created.

        Parameters:
        authenticationProfileName - The name of the authentication profile that was created.
      • getAuthenticationProfileName

        public String getAuthenticationProfileName()

        The name of the authentication profile that was created.

        Returns:
        The name of the authentication profile that was created.
      • withAuthenticationProfileName

        public CreateAuthenticationProfileResult withAuthenticationProfileName(String authenticationProfileName)

        The name of the authentication profile that was created.

        Parameters:
        authenticationProfileName - The name of the authentication profile that was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAuthenticationProfileContent

        public void setAuthenticationProfileContent(String authenticationProfileContent)

        The content of the authentication profile in JSON format.

        Parameters:
        authenticationProfileContent - The content of the authentication profile in JSON format.
      • getAuthenticationProfileContent

        public String getAuthenticationProfileContent()

        The content of the authentication profile in JSON format.

        Returns:
        The content of the authentication profile in JSON format.
      • withAuthenticationProfileContent

        public CreateAuthenticationProfileResult withAuthenticationProfileContent(String authenticationProfileContent)

        The content of the authentication profile in JSON format.

        Parameters:
        authenticationProfileContent - The content of the authentication profile in JSON format.
        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 によって変換されたページ (->オリジナル) /