Class CfnService.LambdaEndpointInputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.refactorspaces.CfnService.LambdaEndpointInputProperty.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnService.LambdaEndpointInputProperty>
- Enclosing interface:
 - CfnService.LambdaEndpointInputProperty
 
@Stability(Stable)
public static final class CfnService.LambdaEndpointInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnService.LambdaEndpointInputProperty>
A builder for 
CfnService.LambdaEndpointInputProperty- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnService.LambdaEndpointInputProperty.getArn()build()Builds the configured instance. 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
arn
Sets the value ofCfnService.LambdaEndpointInputProperty.getArn()- Parameters:
 arn- The Amazon Resource Name (ARN) of the Lambda function or alias. This parameter is required.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<CfnService.LambdaEndpointInputProperty>- Returns:
 - a new instance of 
CfnService.LambdaEndpointInputProperty - Throws:
 NullPointerException- if any required attribute was not provided
 
 -