Interface CfnInferenceScheduler.S3OutputConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInferenceScheduler.S3OutputConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnInferenceScheduler
@Stability(Stable)
public static interface CfnInferenceScheduler.S3OutputConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lookoutequipment.*;
S3OutputConfigurationProperty s3OutputConfigurationProperty = S3OutputConfigurationProperty.builder()
.bucket("bucket")
// the properties below are optional
.prefix("prefix")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInferenceScheduler.S3OutputConfigurationPropertystatic final classAn implementation forCfnInferenceScheduler.S3OutputConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucket
CfnInferenceScheduler.S3OutputConfigurationProperty.Bucket. -
getPrefix
CfnInferenceScheduler.S3OutputConfigurationProperty.Prefix. -
builder
-