Interface AnalysisComponent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalysisComponent.Builder,AnalysisComponent>,SdkBuilder<AnalysisComponent.Builder,AnalysisComponent>,SdkPojo
- Enclosing class:
- AnalysisComponent
@Mutable @NotThreadSafe public static interface AnalysisComponent.Builder extends SdkPojo, CopyableBuilder<AnalysisComponent.Builder,AnalysisComponent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalysisComponent.Builderarn(String arn)The Amazon Resource Name (ARN) of the component.AnalysisComponent.Builderid(String id)The ID of the component.AnalysisComponent.Buildername(String name)The name of the analysis component.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
AnalysisComponent.Builder id(String id)
The ID of the component.
- Parameters:
id- The ID of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
AnalysisComponent.Builder arn(String arn)
The Amazon Resource Name (ARN) of the component.
- Parameters:
arn- The Amazon Resource Name (ARN) of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AnalysisComponent.Builder name(String name)
The name of the analysis component.
- Parameters:
name- The name of the analysis component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-