Class CfnConnectionPropsMixin.S3PropertiesInputProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnConnectionPropsMixin.S3PropertiesInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectionPropsMixin.S3PropertiesInputProperty>
- Enclosing interface:
CfnConnectionPropsMixin.S3PropertiesInputProperty
@Stability(Stable)
public static final class CfnConnectionPropsMixin.S3PropertiesInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectionPropsMixin.S3PropertiesInputProperty>
A builder for
CfnConnectionPropsMixin.S3PropertiesInputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3AccessGrantLocationId(String s3AccessGrantLocationId) Sets the value ofCfnConnectionPropsMixin.S3PropertiesInputProperty.getS3Uri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3AccessGrantLocationId
@Stability(Stable) public CfnConnectionPropsMixin.S3PropertiesInputProperty.Builder s3AccessGrantLocationId(String s3AccessGrantLocationId) - Parameters:
s3AccessGrantLocationId- The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.- Returns:
this
-
s3Uri
@Stability(Stable) public CfnConnectionPropsMixin.S3PropertiesInputProperty.Builder s3Uri(String s3Uri) Sets the value ofCfnConnectionPropsMixin.S3PropertiesInputProperty.getS3Uri()- Parameters:
s3Uri- The Amazon S3 URI that's part of the Amazon S3 properties of a connection.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectionPropsMixin.S3PropertiesInputProperty>- Returns:
- a new instance of
CfnConnectionPropsMixin.S3PropertiesInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-