Interface Configuration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Configuration.Builder,,Configuration> SdkBuilder<Configuration.Builder,,Configuration> SdkPojo
- Enclosing class:
Configuration
@Mutable
@NotThreadSafe
public static interface Configuration.Builder
extends SdkPojo, CopyableBuilder<Configuration.Builder,Configuration>
-
Method Summary
Modifier and TypeMethodDescriptionclassification(String classification) The classification of the connection configuration.properties(Map<String, String> properties) The properties of the connection configuration.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
-
classification
The classification of the connection configuration.
- Parameters:
classification- The classification of the connection configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
The properties of the connection configuration.
- Parameters:
properties- The properties of the connection configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-