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

Class CreateBackendAuthRequest

    • Constructor Detail

      • CreateBackendAuthRequest

        public CreateBackendAuthRequest()
    • Method Detail

      • setAppId

        public void setAppId(String appId)

        The app ID.

        Parameters:
        appId - The app ID.
      • getAppId

        public String getAppId()

        The app ID.

        Returns:
        The app ID.
      • withAppId

        public CreateBackendAuthRequest withAppId(String appId)

        The app ID.

        Parameters:
        appId - The app ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBackendEnvironmentName

        public void setBackendEnvironmentName(String backendEnvironmentName)

        The name of the backend environment.

        Parameters:
        backendEnvironmentName - The name of the backend environment.
      • getBackendEnvironmentName

        public String getBackendEnvironmentName()

        The name of the backend environment.

        Returns:
        The name of the backend environment.
      • withBackendEnvironmentName

        public CreateBackendAuthRequest withBackendEnvironmentName(String backendEnvironmentName)

        The name of the backend environment.

        Parameters:
        backendEnvironmentName - The name of the backend environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResourceConfig

        public void setResourceConfig(CreateBackendAuthResourceConfig resourceConfig)

        The resource configuration for this request object.

        Parameters:
        resourceConfig - The resource configuration for this request object.
      • getResourceConfig

        public CreateBackendAuthResourceConfig getResourceConfig()

        The resource configuration for this request object.

        Returns:
        The resource configuration for this request object.
      • withResourceConfig

        public CreateBackendAuthRequest withResourceConfig(CreateBackendAuthResourceConfig resourceConfig)

        The resource configuration for this request object.

        Parameters:
        resourceConfig - The resource configuration for this request object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResourceName

        public void setResourceName(String resourceName)

        The name of this resource.

        Parameters:
        resourceName - The name of this resource.
      • getResourceName

        public String getResourceName()

        The name of this resource.

        Returns:
        The name of this resource.
      • withResourceName

        public CreateBackendAuthRequest withResourceName(String resourceName)

        The name of this resource.

        Parameters:
        resourceName - The name of this resource.
        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 によって変換されたページ (->オリジナル) /