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 DeleteBackendAPIRequest

    • Constructor Detail

      • DeleteBackendAPIRequest

        public DeleteBackendAPIRequest()
    • 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 DeleteBackendAPIRequest 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 DeleteBackendAPIRequest 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(BackendAPIResourceConfig resourceConfig)

        Defines the resource configuration for the data model in your Amplify project.

        Parameters:
        resourceConfig - Defines the resource configuration for the data model in your Amplify project.
      • getResourceConfig

        public BackendAPIResourceConfig getResourceConfig()

        Defines the resource configuration for the data model in your Amplify project.

        Returns:
        Defines the resource configuration for the data model in your Amplify project.
      • withResourceConfig

        public DeleteBackendAPIRequest withResourceConfig(BackendAPIResourceConfig resourceConfig)

        Defines the resource configuration for the data model in your Amplify project.

        Parameters:
        resourceConfig - Defines the resource configuration for the data model in your Amplify project.
        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 DeleteBackendAPIRequest 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 によって変換されたページ (->オリジナル) /