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