@Stability(value=Stable) public static final class CfnServiceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnServiceProps>
CfnServiceProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnServiceProps.Builder applicationIdentifier(String applicationIdentifier)
CfnServiceProps.getApplicationIdentifier()applicationIdentifier - The unique identifier of the application. This parameter is required.this@Stability(value=Stable) public CfnServiceProps.Builder environmentIdentifier(String environmentIdentifier)
CfnServiceProps.getEnvironmentIdentifier()environmentIdentifier - The unique identifier of the environment. This parameter is required.this@Stability(value=Stable) public CfnServiceProps.Builder description(String description)
CfnServiceProps.getDescription()description - A description of the service.this@Stability(value=Stable) public CfnServiceProps.Builder endpointType(String endpointType)
CfnServiceProps.getEndpointType()endpointType - The endpoint type of the service.this@Stability(value=Stable) public CfnServiceProps.Builder lambdaEndpoint(CfnService.LambdaEndpointInputProperty lambdaEndpoint)
CfnServiceProps.getLambdaEndpoint()lambdaEndpoint - A summary of the configuration for the AWS Lambda endpoint type.this@Stability(value=Stable) public CfnServiceProps.Builder lambdaEndpoint(IResolvable lambdaEndpoint)
CfnServiceProps.getLambdaEndpoint()lambdaEndpoint - A summary of the configuration for the AWS Lambda endpoint type.this@Stability(value=Stable) public CfnServiceProps.Builder name(String name)
CfnServiceProps.getName()name - The name of the service.this@Stability(value=Stable) public CfnServiceProps.Builder tags(List<? extends CfnTag> tags)
CfnServiceProps.getTags()tags - The tags assigned to the service.this@Stability(value=Stable) public CfnServiceProps.Builder urlEndpoint(CfnService.UrlEndpointInputProperty urlEndpoint)
CfnServiceProps.getUrlEndpoint()urlEndpoint - The summary of the configuration for the URL endpoint type.this@Stability(value=Stable) public CfnServiceProps.Builder urlEndpoint(IResolvable urlEndpoint)
CfnServiceProps.getUrlEndpoint()urlEndpoint - The summary of the configuration for the URL endpoint type.this@Stability(value=Stable) public CfnServiceProps.Builder vpcId(String vpcId)
CfnServiceProps.getVpcId()vpcId - The ID of the virtual private cloud (VPC).this@Stability(value=Stable) public CfnServiceProps build()
build in interface software.amazon.jsii.Builder<CfnServiceProps>CfnServicePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.