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