Interface SystemInstanceSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SystemInstanceSummary.Builder,
,SystemInstanceSummary> SdkBuilder<SystemInstanceSummary.Builder,
,SystemInstanceSummary> SdkPojo
- Enclosing class:
SystemInstanceSummary
public static interface SystemInstanceSummary.Builder
extends SdkPojo, CopyableBuilder<SystemInstanceSummary.Builder,SystemInstanceSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the system instance.The date when the system instance was created.greengrassGroupId
(String greengrassGroupId) The ID of the Greengrass group where the system instance is deployed.greengrassGroupName
(String greengrassGroupName) The ID of the Greengrass group where the system instance is deployed.greengrassGroupVersionId
(String greengrassGroupVersionId) The version of the Greengrass group where the system instance is deployed.The ID of the system instance.The status of the system instance.status
(SystemInstanceDeploymentStatus status) The status of the system instance.The target of the system instance.target
(DeploymentTarget target) The target of the system instance.The date and time when the system instance was last updated.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 Details
-
id
The ID of the system instance.
- Parameters:
id
- The ID of the system instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the system instance.
- Parameters:
arn
- The ARN of the system instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the system instance.
- Parameters:
status
- The status of the system instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the system instance.
- Parameters:
status
- The status of the system instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
target
The target of the system instance.
- Parameters:
target
- The target of the system instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
target
The target of the system instance.
- Parameters:
target
- The target of the system instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
greengrassGroupName
The ID of the Greengrass group where the system instance is deployed.
- Parameters:
greengrassGroupName
- The ID of the Greengrass group where the system instance is deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date when the system instance was created.
- Parameters:
createdAt
- The date when the system instance was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time when the system instance was last updated.
- Parameters:
updatedAt
- The date and time when the system instance was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
greengrassGroupId
The ID of the Greengrass group where the system instance is deployed.
- Parameters:
greengrassGroupId
- The ID of the Greengrass group where the system instance is deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
greengrassGroupVersionId
The version of the Greengrass group where the system instance is deployed.
- Parameters:
greengrassGroupVersionId
- The version of the Greengrass group where the system instance is deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-