public static interface ComponentVersionListItem.Builder extends SdkPojo, CopyableBuilder<ComponentVersionListItem.Builder,ComponentVersionListItem>
| Modifier and Type | Method and Description |
|---|---|
ComponentVersionListItem.Builder |
arn(String arn)
The ARN of the
component version.
|
ComponentVersionListItem.Builder |
componentName(String componentName)
The name of the component.
|
ComponentVersionListItem.Builder |
componentVersion(String componentVersion)
The version of the component.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentVersionListItem.Builder componentName(String componentName)
The name of the component.
componentName - The name of the component.ComponentVersionListItem.Builder componentVersion(String componentVersion)
The version of the component.
componentVersion - The version of the component.ComponentVersionListItem.Builder arn(String arn)
The ARN of the component version.
arn - The ARN of
the component version.Copyright © 2023. All rights reserved.