Interface ActionSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionSource.Builder,ActionSource>,SdkBuilder<ActionSource.Builder,ActionSource>,SdkPojo
- Enclosing class:
- ActionSource
public static interface ActionSource.Builder extends SdkPojo, CopyableBuilder<ActionSource.Builder,ActionSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionSource.BuildersourceId(String sourceId)The ID of the source.ActionSource.BuildersourceType(String sourceType)The type of the source.ActionSource.BuildersourceUri(String sourceUri)The URI of the source.-
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 Detail
-
sourceUri
ActionSource.Builder sourceUri(String sourceUri)
The URI of the source.
- Parameters:
sourceUri- The URI of the source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceType
ActionSource.Builder sourceType(String sourceType)
The type of the source.
- Parameters:
sourceType- The type of the source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceId
ActionSource.Builder sourceId(String sourceId)
The ID of the source.
- Parameters:
sourceId- The ID of the source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-