Interface CreateInstanceRequest.Builder

    • Method Detail

      • instanceName

        CreateInstanceRequest.Builder instanceName​(String instanceName)

        The AWS Supply Chain instance name.

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

        CreateInstanceRequest.Builder instanceDescription​(String instanceDescription)

        The AWS Supply Chain instance description.

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

        CreateInstanceRequest.Builder kmsKeyArn​(String kmsKeyArn)

        The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon Web Services owned KMS key. If you don't provide anything here, AWS Supply Chain uses the Amazon Web Services owned KMS key.

        Parameters:
        kmsKeyArn - The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon Web Services owned KMS key. If you don't provide anything here, AWS Supply Chain uses the Amazon Web Services owned KMS key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateInstanceRequest.Builder tags​(Map<String,​String> tags)

        The Amazon Web Services tags of an instance to be created.

        Parameters:
        tags - The Amazon Web Services tags of an instance to be created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateInstanceRequest.Builder clientToken​(String clientToken)

        The client token for idempotency.

        Parameters:
        clientToken - The client token for idempotency.
        Returns:
        Returns a reference to this object so that method calls can be chained together.