Interface InputSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InputSource.Builder,,InputSource> SdkBuilder<InputSource.Builder,,InputSource> SdkPojo
- Enclosing class:
InputSource
@Mutable
@NotThreadSafe
public static interface InputSource.Builder
extends SdkPojo, CopyableBuilder<InputSource.Builder,InputSource>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier(String identifier) The identifier of the input source.The type of the input source.type(InputSourceType type) The type of the input source.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
-
identifier
The identifier of the input source.
- Parameters:
identifier- The identifier of the input source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the input source.
- Parameters:
type- The type of the input source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the input source.
- Parameters:
type- The type of the input source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-