Interface AnalysisComponent.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AnalysisComponent.Builder,,AnalysisComponent> SdkBuilder<AnalysisComponent.Builder,,AnalysisComponent> SdkPojo
- Enclosing class:
 AnalysisComponent
public static interface AnalysisComponent.Builder
extends SdkPojo, CopyableBuilder<AnalysisComponent.Builder,AnalysisComponent> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the component.The ID of the component.The name of the analysis component.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
- 
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
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
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.
 
 
 -