Interface Instance.Builder

    • Method Detail

      • instanceId

        Instance.Builder instanceId​(String instanceId)

        The Amazon Web Services Supply Chain instance identifier.

        Parameters:
        instanceId - The Amazon Web Services Supply Chain instance identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsAccountId

        Instance.Builder awsAccountId​(String awsAccountId)

        The Amazon Web Services account ID that owns the instance.

        Parameters:
        awsAccountId - The Amazon Web Services account ID that owns the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        Instance.Builder state​(String state)

        The state of the instance.

        Parameters:
        state - The state of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InstanceState, InstanceState
      • errorMessage

        Instance.Builder errorMessage​(String errorMessage)

        The Amazon Web Services Supply Chain instance error message. If the instance results in an unhealthy state, customers need to check the error message, delete the current instance, and recreate a new one based on the mitigation from the error message.

        Parameters:
        errorMessage - The Amazon Web Services Supply Chain instance error message. If the instance results in an unhealthy state, customers need to check the error message, delete the current instance, and recreate a new one based on the mitigation from the error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • webAppDnsDomain

        Instance.Builder webAppDnsDomain​(String webAppDnsDomain)

        The WebApp DNS domain name of the instance.

        Parameters:
        webAppDnsDomain - The WebApp DNS domain name of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        Instance.Builder createdTime​(Instant createdTime)

        The instance creation timestamp.

        Parameters:
        createdTime - The instance creation timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        Instance.Builder lastModifiedTime​(Instant lastModifiedTime)

        The instance last modified timestamp.

        Parameters:
        lastModifiedTime - The instance last modified timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceName

        Instance.Builder instanceName​(String instanceName)

        The Amazon Web Services Supply Chain instance name.

        Parameters:
        instanceName - The Amazon Web Services Supply Chain instance name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceDescription

        Instance.Builder instanceDescription​(String instanceDescription)

        The Amazon Web Services Supply Chain instance description.

        Parameters:
        instanceDescription - The Amazon Web Services Supply Chain instance description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyArn

        Instance.Builder kmsKeyArn​(String kmsKeyArn)

        The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you optionally provided for encryption. If you did not provide anything here, AWS Supply Chain uses the Amazon Web Services owned KMS key and nothing is returned.

        Parameters:
        kmsKeyArn - The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you optionally provided for encryption. If you did not provide anything here, AWS Supply Chain uses the Amazon Web Services owned KMS key and nothing is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionNumber

        Instance.Builder versionNumber​(Double versionNumber)

        The version number of the instance.

        Parameters:
        versionNumber - The version number of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.