Class S3OutpostsEndpointNetworkInterfaces.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.s3_outposts_endpoint.S3OutpostsEndpointNetworkInterfaces.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<S3OutpostsEndpointNetworkInterfaces>
- Enclosing interface:
- S3OutpostsEndpointNetworkInterfaces
@Stability(Stable) public static final class S3OutpostsEndpointNetworkInterfaces.Builder extends Object implements software.amazon.jsii.Builder<S3OutpostsEndpointNetworkInterfaces>
A builder forS3OutpostsEndpointNetworkInterfaces
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S3OutpostsEndpointNetworkInterfacesbuild()Builds the configured instance.
-
-
-
Method Detail
-
build
@Stability(Stable) public S3OutpostsEndpointNetworkInterfaces build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<S3OutpostsEndpointNetworkInterfaces>- Returns:
- a new instance of
S3OutpostsEndpointNetworkInterfaces - Throws:
NullPointerException- if any required attribute was not provided
-
-