Interface CreateVirtualGatewayRequest.Builder

All Superinterfaces:
AppMeshRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<CreateVirtualGatewayRequest.Builder,CreateVirtualGatewayRequest>, SdkBuilder<CreateVirtualGatewayRequest.Builder,CreateVirtualGatewayRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateVirtualGatewayRequest

public static interface CreateVirtualGatewayRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<CreateVirtualGatewayRequest.Builder,CreateVirtualGatewayRequest>
  • Method Details

    • clientToken

      CreateVirtualGatewayRequest.Builder clientToken(String clientToken)

      Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.

      Parameters:
      clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • meshName

      The name of the service mesh to create the virtual gateway in.

      Parameters:
      meshName - The name of the service mesh to create the virtual gateway in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • meshOwner

      The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes.

      Parameters:
      meshOwner - The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • spec

      The virtual gateway specification to apply.

      Parameters:
      spec - The virtual gateway specification to apply.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • spec

      The virtual gateway specification to apply.

      This is a convenience method that creates an instance of the VirtualGatewaySpec.Builder avoiding the need to create one manually via VirtualGatewaySpec.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to spec(VirtualGatewaySpec).

      Parameters:
      spec - a consumer that will call methods on VirtualGatewaySpec.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      Optional metadata that you can apply to the virtual gateway to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

      Parameters:
      tags - Optional metadata that you can apply to the virtual gateway to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Optional metadata that you can apply to the virtual gateway to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

      Parameters:
      tags - Optional metadata that you can apply to the virtual gateway to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Optional metadata that you can apply to the virtual gateway to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

      This is a convenience method that creates an instance of the TagRef.Builder avoiding the need to create one manually via TagRef.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<TagRef>).

      Parameters:
      tags - a consumer that will call methods on TagRef.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • virtualGatewayName

      CreateVirtualGatewayRequest.Builder virtualGatewayName(String virtualGatewayName)

      The name to use for the virtual gateway.

      Parameters:
      virtualGatewayName - The name to use for the virtual gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateVirtualGatewayRequest.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.