Class CfnInferenceScheduler.S3InputConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.S3InputConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInferenceScheduler.S3InputConfigurationProperty>
- Enclosing interface:
CfnInferenceScheduler.S3InputConfigurationProperty
@Stability(Stable)
public static final class CfnInferenceScheduler.S3InputConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInferenceScheduler.S3InputConfigurationProperty>
A builder for
CfnInferenceScheduler.S3InputConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnInferenceScheduler.S3InputConfigurationProperty.getBucket()build()Builds the configured instance.Sets the value ofCfnInferenceScheduler.S3InputConfigurationProperty.getPrefix()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
@Stability(Stable) public CfnInferenceScheduler.S3InputConfigurationProperty.Builder bucket(String bucket) Sets the value ofCfnInferenceScheduler.S3InputConfigurationProperty.getBucket()- Parameters:
bucket- the value to be set. This parameter is required.- Returns:
this
-
prefix
@Stability(Stable) public CfnInferenceScheduler.S3InputConfigurationProperty.Builder prefix(String prefix) Sets the value ofCfnInferenceScheduler.S3InputConfigurationProperty.getPrefix()- Parameters:
prefix- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInferenceScheduler.S3InputConfigurationProperty>- Returns:
- a new instance of
CfnInferenceScheduler.S3InputConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-