Interface BackendEnvironment.Builder

    • Method Detail

      • backendEnvironmentArn

        BackendEnvironment.Builder backendEnvironmentArn​(String backendEnvironmentArn)

        The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.

        Parameters:
        backendEnvironmentArn - The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentName

        BackendEnvironment.Builder environmentName​(String environmentName)

        The name for a backend environment that is part of an Amplify app.

        Parameters:
        environmentName - The name for a backend environment that is part of an Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackName

        BackendEnvironment.Builder stackName​(String stackName)

        The AWS CloudFormation stack name of a backend environment.

        Parameters:
        stackName - The AWS CloudFormation stack name of a backend environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deploymentArtifacts

        BackendEnvironment.Builder deploymentArtifacts​(String deploymentArtifacts)

        The name of deployment artifacts.

        Parameters:
        deploymentArtifacts - The name of deployment artifacts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        BackendEnvironment.Builder createTime​(Instant createTime)

        The creation date and time for a backend environment that is part of an Amplify app.

        Parameters:
        createTime - The creation date and time for a backend environment that is part of an Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateTime

        BackendEnvironment.Builder updateTime​(Instant updateTime)

        The last updated date and time for a backend environment that is part of an Amplify app.

        Parameters:
        updateTime - The last updated date and time for a backend environment that is part of an Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.