@Stability(value=Stable) public static final class CfnService.Builder extends Object implements software.amazon.jsii.Builder<CfnService>
CfnService.| Modifier and Type | Method and Description |
|---|---|
CfnService.Builder |
applicationIdentifier(String applicationIdentifier)
The unique identifier of the application.
|
CfnService |
build() |
static CfnService.Builder |
create(software.constructs.Construct scope,
String id) |
CfnService.Builder |
description(String description)
A description of the service.
|
CfnService.Builder |
endpointType(String endpointType)
The endpoint type of the service.
|
CfnService.Builder |
environmentIdentifier(String environmentIdentifier)
The unique identifier of the environment.
|
CfnService.Builder |
lambdaEndpoint(CfnService.LambdaEndpointInputProperty lambdaEndpoint)
A summary of the configuration for the AWS Lambda endpoint type.
|
CfnService.Builder |
lambdaEndpoint(IResolvable lambdaEndpoint)
A summary of the configuration for the AWS Lambda endpoint type.
|
CfnService.Builder |
name(String name)
The name of the service.
|
CfnService.Builder |
tags(List<? extends CfnTag> tags)
The tags assigned to the service.
|
CfnService.Builder |
urlEndpoint(CfnService.UrlEndpointInputProperty urlEndpoint)
The summary of the configuration for the URL endpoint type.
|
CfnService.Builder |
urlEndpoint(IResolvable urlEndpoint)
The summary of the configuration for the URL endpoint type.
|
CfnService.Builder |
vpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
@Stability(value=Stable) public static CfnService.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnService.LambdaEndpointInputProperty.Builder.@Stability(value=Stable) public CfnService.Builder applicationIdentifier(String applicationIdentifier)
applicationIdentifier - The unique identifier of the application. This parameter is required.this@Stability(value=Stable) public CfnService.Builder environmentIdentifier(String environmentIdentifier)
environmentIdentifier - The unique identifier of the environment. This parameter is required.this@Stability(value=Stable) public CfnService.Builder description(String description)
description - A description of the service. This parameter is required.this@Stability(value=Stable) public CfnService.Builder endpointType(String endpointType)
endpointType - The endpoint type of the service. This parameter is required.this@Stability(value=Stable) public CfnService.Builder lambdaEndpoint(CfnService.LambdaEndpointInputProperty lambdaEndpoint)
lambdaEndpoint - A summary of the configuration for the AWS Lambda endpoint type. This parameter is required.this@Stability(value=Stable) public CfnService.Builder lambdaEndpoint(IResolvable lambdaEndpoint)
lambdaEndpoint - A summary of the configuration for the AWS Lambda endpoint type. This parameter is required.this@Stability(value=Stable) public CfnService.Builder name(String name)
name - The name of the service. This parameter is required.this@Stability(value=Stable) public CfnService.Builder tags(List<? extends CfnTag> tags)
tags - The tags assigned to the service. This parameter is required.this@Stability(value=Stable) public CfnService.Builder urlEndpoint(CfnService.UrlEndpointInputProperty urlEndpoint)
urlEndpoint - The summary of the configuration for the URL endpoint type. This parameter is required.this@Stability(value=Stable) public CfnService.Builder urlEndpoint(IResolvable urlEndpoint)
urlEndpoint - The summary of the configuration for the URL endpoint type. This parameter is required.this@Stability(value=Stable) public CfnService.Builder vpcId(String vpcId)
vpcId - The ID of the virtual private cloud (VPC). This parameter is required.this@Stability(value=Stable) public CfnService build()
build in interface software.amazon.jsii.Builder<CfnService>Copyright © 2022. All rights reserved.