Interface CreateInstanceRequest.Builder

  • Method Details

    • 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.
    • webAppDnsDomain

      CreateInstanceRequest.Builder webAppDnsDomain(String webAppDnsDomain)

      The DNS subdomain of the web app. This would be "example" in the URL "example.scn.global.on.aws". You can set this to a custom value, as long as the domain isn't already being used by someone else. The name may only include alphanumeric characters and hyphens.

      Parameters:
      webAppDnsDomain - The DNS subdomain of the web app. This would be "example" in the URL "example.scn.global.on.aws". You can set this to a custom value, as long as the domain isn't already being used by someone else. The name may only include alphanumeric characters and hyphens.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • overrideConfiguration

      CreateInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.