Interface CreateServiceResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the service.

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

      The type of IAM policy.

      Parameters:
      authType - The type of IAM policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • authType

      The type of IAM policy.

      Parameters:
      authType - The type of IAM policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • certificateArn

      CreateServiceResponse.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.
    • customDomainName

      CreateServiceResponse.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.
    • dnsEntry

      The public DNS name of the service.

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

      The public DNS name of the service.

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

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

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

      The ID of the service.

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

      The name of the service.

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

      The status. If the status is CREATE_FAILED, you must delete and recreate the service.

      Parameters:
      status - The status. If the status is CREATE_FAILED, you must delete and recreate the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status. If the status is CREATE_FAILED, you must delete and recreate the service.

      Parameters:
      status - The status. If the status is CREATE_FAILED, you must delete and recreate the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: