public static interface SystemInstanceSummary.Builder extends SdkPojo, CopyableBuilder<SystemInstanceSummary.Builder,SystemInstanceSummary>
| Modifier and Type | Method and Description |
|---|---|
SystemInstanceSummary.Builder |
arn(String arn)
The ARN of the system instance.
|
SystemInstanceSummary.Builder |
createdAt(Instant createdAt)
The date when the system instance was created.
|
SystemInstanceSummary.Builder |
greengrassGroupId(String greengrassGroupId)
The ID of the Greengrass group where the system instance is deployed.
|
SystemInstanceSummary.Builder |
greengrassGroupName(String greengrassGroupName)
The ID of the Greengrass group where the system instance is deployed.
|
SystemInstanceSummary.Builder |
greengrassGroupVersionId(String greengrassGroupVersionId)
The version of the Greengrass group where the system instance is deployed.
|
SystemInstanceSummary.Builder |
id(String id)
The ID of the system instance.
|
SystemInstanceSummary.Builder |
status(String status)
The status of the system instance.
|
SystemInstanceSummary.Builder |
status(SystemInstanceDeploymentStatus status)
The status of the system instance.
|
SystemInstanceSummary.Builder |
target(DeploymentTarget target)
The target of the system instance.
|
SystemInstanceSummary.Builder |
target(String target)
The target of the system instance.
|
SystemInstanceSummary.Builder |
updatedAt(Instant updatedAt)
The date and time when the system instance was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSystemInstanceSummary.Builder id(String id)
The ID of the system instance.
id - The ID of the system instance.SystemInstanceSummary.Builder arn(String arn)
The ARN of the system instance.
arn - The ARN of the system instance.SystemInstanceSummary.Builder status(String status)
The status of the system instance.
status - The status of the system instance.SystemInstanceDeploymentStatus,
SystemInstanceDeploymentStatusSystemInstanceSummary.Builder status(SystemInstanceDeploymentStatus status)
The status of the system instance.
status - The status of the system instance.SystemInstanceDeploymentStatus,
SystemInstanceDeploymentStatusSystemInstanceSummary.Builder target(String target)
The target of the system instance.
target - The target of the system instance.DeploymentTarget,
DeploymentTargetSystemInstanceSummary.Builder target(DeploymentTarget target)
The target of the system instance.
target - The target of the system instance.DeploymentTarget,
DeploymentTargetSystemInstanceSummary.Builder greengrassGroupName(String greengrassGroupName)
The ID of the Greengrass group where the system instance is deployed.
greengrassGroupName - The ID of the Greengrass group where the system instance is deployed.SystemInstanceSummary.Builder createdAt(Instant createdAt)
The date when the system instance was created.
createdAt - The date when the system instance was created.SystemInstanceSummary.Builder updatedAt(Instant updatedAt)
The date and time when the system instance was last updated.
updatedAt - The date and time when the system instance was last updated.SystemInstanceSummary.Builder greengrassGroupId(String greengrassGroupId)
The ID of the Greengrass group where the system instance is deployed.
greengrassGroupId - The ID of the Greengrass group where the system instance is deployed.SystemInstanceSummary.Builder greengrassGroupVersionId(String greengrassGroupVersionId)
The version of the Greengrass group where the system instance is deployed.
greengrassGroupVersionId - The version of the Greengrass group where the system instance is deployed.Copyright © 2023. All rights reserved.