Class CfnAccessPoint.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccessPoint>
- Enclosing class:
CfnAccessPoint
CfnAccessPoint.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnAccessPoint.BuilderThe name of this access point.objectLambdaConfiguration(IResolvable objectLambdaConfiguration) objectLambdaConfiguration(CfnAccessPoint.ObjectLambdaConfigurationProperty objectLambdaConfiguration)
-
Method Details
-
create
@Stability(Stable) public static CfnAccessPoint.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnAccessPoint.Builder.
-
objectLambdaConfiguration
@Stability(Stable) public CfnAccessPoint.Builder objectLambdaConfiguration(IResolvable objectLambdaConfiguration) Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025.
If you would like to use the service, please sign up prior to 11/7/2025. For capabilities similar to S3 Object Lambda, learn more here - Amazon S3 Object Lambda availability change .
A configuration used when creating an Object Lambda Access Point.
- Parameters:
objectLambdaConfiguration-
This parameter is required.Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025.
- Returns:
this- See Also:
-
objectLambdaConfiguration
@Stability(Stable) public CfnAccessPoint.Builder objectLambdaConfiguration(CfnAccessPoint.ObjectLambdaConfigurationProperty objectLambdaConfiguration) Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025.
If you would like to use the service, please sign up prior to 11/7/2025. For capabilities similar to S3 Object Lambda, learn more here - Amazon S3 Object Lambda availability change .
A configuration used when creating an Object Lambda Access Point.
- Parameters:
objectLambdaConfiguration-
This parameter is required.Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025.
- Returns:
this- See Also:
-
name
The name of this access point.- Parameters:
name- The name of this access point. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAccessPoint>- Returns:
- a newly built instance of
CfnAccessPoint.
-