Interface AutoDetectionMetricSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoDetectionMetricSource.Builder,
,AutoDetectionMetricSource> SdkBuilder<AutoDetectionMetricSource.Builder,
,AutoDetectionMetricSource> SdkPojo
- Enclosing class:
AutoDetectionMetricSource
public static interface AutoDetectionMetricSource.Builder
extends SdkPojo, CopyableBuilder<AutoDetectionMetricSource.Builder,AutoDetectionMetricSource>
-
Method Summary
Modifier and TypeMethodDescriptions3SourceConfig
(Consumer<AutoDetectionS3SourceConfig.Builder> s3SourceConfig) The source's source config.s3SourceConfig
(AutoDetectionS3SourceConfig s3SourceConfig) The source's source config.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
s3SourceConfig
The source's source config.
- Parameters:
s3SourceConfig
- The source's source config.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3SourceConfig
default AutoDetectionMetricSource.Builder s3SourceConfig(Consumer<AutoDetectionS3SourceConfig.Builder> s3SourceConfig) The source's source config.
This is a convenience method that creates an instance of theAutoDetectionS3SourceConfig.Builder
avoiding the need to create one manually viaAutoDetectionS3SourceConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3SourceConfig(AutoDetectionS3SourceConfig)
.- Parameters:
s3SourceConfig
- a consumer that will call methods onAutoDetectionS3SourceConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-