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 CreateBackendRequest

    • Constructor Detail

      • CreateBackendRequest

        public CreateBackendRequest()
    • 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 CreateBackendRequest 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.
      • setAppName

        public void setAppName(String appName)

        The name of the app.

        Parameters:
        appName - The name of the app.
      • getAppName

        public String getAppName()

        The name of the app.

        Returns:
        The name of the app.
      • withAppName

        public CreateBackendRequest withAppName(String appName)

        The name of the app.

        Parameters:
        appName - The name of the app.
        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 CreateBackendRequest 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(ResourceConfig resourceConfig)

        The resource configuration for creating a backend.

        Parameters:
        resourceConfig - The resource configuration for creating a backend.
      • getResourceConfig

        public ResourceConfig getResourceConfig()

        The resource configuration for creating a backend.

        Returns:
        The resource configuration for creating a backend.
      • withResourceConfig

        public CreateBackendRequest withResourceConfig(ResourceConfig resourceConfig)

        The resource configuration for creating a backend.

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

        public void setResourceName(String resourceName)

        The name of the resource.

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

        public String getResourceName()

        The name of the resource.

        Returns:
        The name of the resource.
      • withResourceName

        public CreateBackendRequest withResourceName(String resourceName)

        The name of the resource.

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