Class CfnCustomPluginPropsMixin.CustomPluginLocationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kafkaconnect.CfnCustomPluginPropsMixin.CustomPluginLocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCustomPluginPropsMixin.CustomPluginLocationProperty>
- Enclosing interface:
CfnCustomPluginPropsMixin.CustomPluginLocationProperty
@Stability(Stable)
public static final class CfnCustomPluginPropsMixin.CustomPluginLocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCustomPluginPropsMixin.CustomPluginLocationProperty>
A builder for
CfnCustomPluginPropsMixin.CustomPluginLocationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCustomPluginPropsMixin.CustomPluginLocationProperty.getS3Location()s3Location(IResolvable s3Location) Sets the value ofCfnCustomPluginPropsMixin.CustomPluginLocationProperty.getS3Location()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Location
@Stability(Stable) public CfnCustomPluginPropsMixin.CustomPluginLocationProperty.Builder s3Location(IResolvable s3Location) Sets the value ofCfnCustomPluginPropsMixin.CustomPluginLocationProperty.getS3Location()- Parameters:
s3Location- The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.- Returns:
this
-
s3Location
@Stability(Stable) public CfnCustomPluginPropsMixin.CustomPluginLocationProperty.Builder s3Location(CfnCustomPluginPropsMixin.S3LocationProperty s3Location) Sets the value ofCfnCustomPluginPropsMixin.CustomPluginLocationProperty.getS3Location()- Parameters:
s3Location- The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCustomPluginPropsMixin.CustomPluginLocationProperty>- Returns:
- a new instance of
CfnCustomPluginPropsMixin.CustomPluginLocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-