Interface CreateServiceRequest.Builder

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

public static interface CreateServiceRequest.Builder extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<CreateServiceRequest.Builder,CreateServiceRequest>
  • Method Details

    • authType

      The type of IAM policy.

      • NONE: The resource does not use an IAM policy. This is the default.

      • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

      Parameters:
      authType - The type of IAM policy.

      • NONE: The resource does not use an IAM policy. This is the default.

      • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • authType

      The type of IAM policy.

      • NONE: The resource does not use an IAM policy. This is the default.

      • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

      Parameters:
      authType - The type of IAM policy.

      • NONE: The resource does not use an IAM policy. This is the default.

      • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • certificateArn

      CreateServiceRequest.Builder certificateArn(String certificateArn)

      The Amazon Resource Name (ARN) of the certificate.

      Parameters:
      certificateArn - The Amazon Resource Name (ARN) of the certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CreateServiceRequest.Builder clientToken(String clientToken)

      A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.

      Parameters:
      clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customDomainName

      CreateServiceRequest.Builder customDomainName(String customDomainName)

      The custom domain name of the service.

      Parameters:
      customDomainName - The custom domain name of the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.

      Parameters:
      name - The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags for the service.

      Parameters:
      tags - The tags for the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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