Interface TrialSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrialSource.Builder,TrialSource>,SdkBuilder<TrialSource.Builder,TrialSource>,SdkPojo
- Enclosing class:
- TrialSource
public static interface TrialSource.Builder extends SdkPojo, CopyableBuilder<TrialSource.Builder,TrialSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrialSource.BuildersourceArn(String sourceArn)The Amazon Resource Name (ARN) of the source.TrialSource.BuildersourceType(String sourceType)The source job type.-
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
-
sourceArn
TrialSource.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
- Parameters:
sourceArn- The Amazon Resource Name (ARN) of the source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceType
TrialSource.Builder sourceType(String sourceType)
The source job type.
- Parameters:
sourceType- The source job type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-