Class CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3objectlambda.CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty>
- Enclosing interface:
CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty
@Stability(Stable)
public static final class CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowedFeatures(List<String> allowedFeatures) build()Builds the configured instance.cloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled) cloudWatchMetricsEnabled(IResolvable cloudWatchMetricsEnabled) supportingAccessPoint(String supportingAccessPoint) supportingAccessPoint(IAccessPointRef supportingAccessPoint) transformationConfigurations(List<? extends Object> transformationConfigurations) transformationConfigurations(IResolvable transformationConfigurations)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowedFeatures
@Stability(Stable) public CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.Builder allowedFeatures(List<String> allowedFeatures) - Parameters:
allowedFeatures- A container for allowed features. Valid inputs areGetObject-Range,GetObject-PartNumber,HeadObject-Range, andHeadObject-PartNumber.- Returns:
this
-
cloudWatchMetricsEnabled
@Stability(Stable) public CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.Builder cloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled) Sets the value ofCfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.getCloudWatchMetricsEnabled()- Parameters:
cloudWatchMetricsEnabled- A container for whether the CloudWatch metrics configuration is enabled.- Returns:
this
-
cloudWatchMetricsEnabled
@Stability(Stable) public CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.Builder cloudWatchMetricsEnabled(IResolvable cloudWatchMetricsEnabled) Sets the value ofCfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.getCloudWatchMetricsEnabled()- Parameters:
cloudWatchMetricsEnabled- A container for whether the CloudWatch metrics configuration is enabled.- Returns:
this
-
supportingAccessPoint
@Stability(Stable) public CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.Builder supportingAccessPoint(String supportingAccessPoint) Sets the value ofCfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.getSupportingAccessPoint()- Parameters:
supportingAccessPoint- Standard access point associated with the Object Lambda Access Point.- Returns:
this
-
supportingAccessPoint
@Stability(Stable) public CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.Builder supportingAccessPoint(IAccessPointRef supportingAccessPoint) Sets the value ofCfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.getSupportingAccessPoint()- Parameters:
supportingAccessPoint- Standard access point associated with the Object Lambda Access Point.- Returns:
this
-
transformationConfigurations
@Stability(Stable) public CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.Builder transformationConfigurations(IResolvable transformationConfigurations) Sets the value ofCfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.getTransformationConfigurations()- Parameters:
transformationConfigurations- A container for transformation configurations for an Object Lambda Access Point.- Returns:
this
-
transformationConfigurations
@Stability(Stable) public CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.Builder transformationConfigurations(List<? extends Object> transformationConfigurations) Sets the value ofCfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty.getTransformationConfigurations()- Parameters:
transformationConfigurations- A container for transformation configurations for an Object Lambda Access Point.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty>- Returns:
- a new instance of
CfnAccessPointPropsMixin.ObjectLambdaConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-