@Stability(value=Stable) public static final class CfnAccessPointProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAccessPointProps>
CfnAccessPointProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAccessPointProps |
build()
Builds the configured instance.
|
CfnAccessPointProps.Builder |
name(String name)
Sets the value of
CfnAccessPointProps.getName() |
CfnAccessPointProps.Builder |
objectLambdaConfiguration(CfnAccessPoint.ObjectLambdaConfigurationProperty objectLambdaConfiguration)
Sets the value of
CfnAccessPointProps.getObjectLambdaConfiguration() |
CfnAccessPointProps.Builder |
objectLambdaConfiguration(IResolvable objectLambdaConfiguration)
Sets the value of
CfnAccessPointProps.getObjectLambdaConfiguration() |
@Stability(value=Stable) public CfnAccessPointProps.Builder objectLambdaConfiguration(CfnAccessPoint.ObjectLambdaConfigurationProperty objectLambdaConfiguration)
CfnAccessPointProps.getObjectLambdaConfiguration()objectLambdaConfiguration - A configuration used when creating an Object Lambda Access Point. This parameter is required.this@Stability(value=Stable) public CfnAccessPointProps.Builder objectLambdaConfiguration(IResolvable objectLambdaConfiguration)
CfnAccessPointProps.getObjectLambdaConfiguration()objectLambdaConfiguration - A configuration used when creating an Object Lambda Access Point. This parameter is required.this@Stability(value=Stable) public CfnAccessPointProps.Builder name(String name)
CfnAccessPointProps.getName()name - The name of this access point.this@Stability(value=Stable) public CfnAccessPointProps build()
build in interface software.amazon.jsii.Builder<CfnAccessPointProps>CfnAccessPointPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.