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, sdkFields
copy
applyMutation, build
AnalysisComponent.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 © 2023. All rights reserved.