Interface ComponentConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ComponentConfiguration.Builder,,ComponentConfiguration> SdkBuilder<ComponentConfiguration.Builder,,ComponentConfiguration> SdkPojo
- Enclosing class:
ComponentConfiguration
@Mutable
@NotThreadSafe
public static interface ComponentConfiguration.Builder
extends SdkPojo, CopyableBuilder<ComponentConfiguration.Builder,ComponentConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionconfiguration(Document configuration) The configuration values as a flexible JSON document.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
configuration
The configuration values as a flexible JSON document.
- Parameters:
configuration- The configuration values as a flexible JSON document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-