| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
SystemInstanceDescription |
SystemInstanceDescription.clone() |
SystemInstanceDescription |
GetSystemInstanceResult.getDescription()
An object that describes the system instance.
|
SystemInstanceDescription |
SystemInstanceDescription.withDefinition(DefinitionDocument definition) |
SystemInstanceDescription |
SystemInstanceDescription.withFlowActionsRoleArn(String flowActionsRoleArn)
The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a
cloud deployment.
|
SystemInstanceDescription |
SystemInstanceDescription.withMetricsConfiguration(MetricsConfiguration metricsConfiguration) |
SystemInstanceDescription |
SystemInstanceDescription.withS3BucketName(String s3BucketName)
The Amazon Simple Storage Service bucket where information about a system instance is stored.
|
SystemInstanceDescription |
SystemInstanceDescription.withSummary(SystemInstanceSummary summary)
An object that contains summary information about a system instance.
|
SystemInstanceDescription |
SystemInstanceDescription.withValidatedDependencyRevisions(Collection<DependencyRevision> validatedDependencyRevisions)
A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a
system instance.
|
SystemInstanceDescription |
SystemInstanceDescription.withValidatedDependencyRevisions(DependencyRevision... validatedDependencyRevisions)
A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a
system instance.
|
SystemInstanceDescription |
SystemInstanceDescription.withValidatedNamespaceVersion(Long validatedNamespaceVersion)
The version of the user's namespace against which the system instance was validated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSystemInstanceResult.setDescription(SystemInstanceDescription description)
An object that describes the system instance.
|
GetSystemInstanceResult |
GetSystemInstanceResult.withDescription(SystemInstanceDescription description)
An object that describes the system instance.
|
Copyright © 2020. All rights reserved.