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
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the source.sourceType
(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 Details
-
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
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.
-