Interface ComponentVersionListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ComponentVersionListItem.Builder,ComponentVersionListItem>,SdkBuilder<ComponentVersionListItem.Builder,ComponentVersionListItem>,SdkPojo
- Enclosing class:
- ComponentVersionListItem
public static interface ComponentVersionListItem.Builder extends SdkPojo, CopyableBuilder<ComponentVersionListItem.Builder,ComponentVersionListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentVersionListItem.Builderarn(String arn)The ARN of the component version.ComponentVersionListItem.BuildercomponentName(String componentName)The name of the component.ComponentVersionListItem.BuildercomponentVersion(String componentVersion)The version of the 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, sdkFields
-
-
-
-
Method Detail
-
componentName
ComponentVersionListItem.Builder componentName(String componentName)
The name of the component.
- Parameters:
componentName- The name of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentVersion
ComponentVersionListItem.Builder componentVersion(String componentVersion)
The version of the component.
- Parameters:
componentVersion- The version of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
ComponentVersionListItem.Builder arn(String arn)
The ARN of the component version.
- Parameters:
arn- The ARN of the component version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-