public static interface AnalysisComponent.Builder extends SdkPojo, CopyableBuilder<AnalysisComponent.Builder,AnalysisComponent>
| Modifier and Type | Method and Description |
|---|---|
AnalysisComponent.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the component.
|
AnalysisComponent.Builder |
id(String id)
The ID of the component.
|
AnalysisComponent.Builder |
name(String name)
The name of the analysis component.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisComponent.Builder id(String id)
The ID of the component.
id - The ID of the component.AnalysisComponent.Builder arn(String arn)
The Amazon Resource Name (ARN) of the component.
arn - The Amazon Resource Name (ARN) of the component.AnalysisComponent.Builder name(String name)
The name of the analysis component.
name - The name of the analysis component.Copyright © 2021. All rights reserved.