Interface Source.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Source.Builder,,Source> SdkBuilder<Source.Builder,,Source> SdkPojo
- Enclosing class:
Source
@Mutable
@NotThreadSafe
public static interface Source.Builder
extends SdkPojo, CopyableBuilder<Source.Builder,Source>
-
Method Summary
Modifier and TypeMethodDescriptionThe plugin name of the source, such ascloudwatch_logsors3.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
-
type
The plugin name of the source, such as
cloudwatch_logsors3.- Parameters:
type- The plugin name of the source, such ascloudwatch_logsors3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-