Class CfnService.Builder

java.lang.Object
software.amazon.awscdk.services.refactorspaces.CfnService.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnService>
Enclosing class:
CfnService

@Stability(Stable) public static final class CfnService.Builder extends Object implements software.amazon.jsii.Builder<CfnService>
A fluent builder for CfnService.
  • Method Details

    • create

      @Stability(Stable) public static CfnService.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnService.Builder.
    • applicationIdentifier

      @Stability(Stable) public CfnService.Builder applicationIdentifier(String applicationIdentifier)
      The unique identifier of the application.

      Parameters:
      applicationIdentifier - The unique identifier of the application. This parameter is required.
      Returns:
      this
    • endpointType

      @Stability(Stable) public CfnService.Builder endpointType(String endpointType)
      The endpoint type of the service.

      Parameters:
      endpointType - The endpoint type of the service. This parameter is required.
      Returns:
      this
    • environmentIdentifier

      @Stability(Stable) public CfnService.Builder environmentIdentifier(String environmentIdentifier)
      The unique identifier of the environment.

      Parameters:
      environmentIdentifier - The unique identifier of the environment. This parameter is required.
      Returns:
      this
    • name

      @Stability(Stable) public CfnService.Builder name(String name)
      The name of the service.

      Parameters:
      name - The name of the service. This parameter is required.
      Returns:
      this
    • description

      @Stability(Stable) public CfnService.Builder description(String description)
      A description of the service.

      Parameters:
      description - A description of the service. This parameter is required.
      Returns:
      this
    • lambdaEndpoint

      @Stability(Stable) public CfnService.Builder lambdaEndpoint(IResolvable lambdaEndpoint)
      A summary of the configuration for the AWS Lambda endpoint type.

      Parameters:
      lambdaEndpoint - A summary of the configuration for the AWS Lambda endpoint type. This parameter is required.
      Returns:
      this
    • lambdaEndpoint

      @Stability(Stable) public CfnService.Builder lambdaEndpoint(CfnService.LambdaEndpointInputProperty lambdaEndpoint)
      A summary of the configuration for the AWS Lambda endpoint type.

      Parameters:
      lambdaEndpoint - A summary of the configuration for the AWS Lambda endpoint type. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnService.Builder tags(List<? extends CfnTag> tags)
      The tags assigned to the service.

      Parameters:
      tags - The tags assigned to the service. This parameter is required.
      Returns:
      this
    • urlEndpoint

      @Stability(Stable) public CfnService.Builder urlEndpoint(IResolvable urlEndpoint)
      The summary of the configuration for the URL endpoint type.

      Parameters:
      urlEndpoint - The summary of the configuration for the URL endpoint type. This parameter is required.
      Returns:
      this
    • urlEndpoint

      @Stability(Stable) public CfnService.Builder urlEndpoint(CfnService.UrlEndpointInputProperty urlEndpoint)
      The summary of the configuration for the URL endpoint type.

      Parameters:
      urlEndpoint - The summary of the configuration for the URL endpoint type. This parameter is required.
      Returns:
      this
    • vpcId

      @Stability(Stable) public CfnService.Builder vpcId(String vpcId)
      The ID of the virtual private cloud (VPC).

      Parameters:
      vpcId - The ID of the virtual private cloud (VPC). This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnService build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnService>
      Returns:
      a newly built instance of CfnService.