| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
GetSubscriptionDefinitionResponse.Builder |
GetSubscriptionDefinitionResponse.Builder.arn(String arn)
The ARN of the definition.
|
static GetSubscriptionDefinitionResponse.Builder |
GetSubscriptionDefinitionResponse.builder() |
GetSubscriptionDefinitionResponse.Builder |
GetSubscriptionDefinitionResponse.Builder.creationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.
|
GetSubscriptionDefinitionResponse.Builder |
GetSubscriptionDefinitionResponse.Builder.id(String id)
The ID of the definition.
|
GetSubscriptionDefinitionResponse.Builder |
GetSubscriptionDefinitionResponse.Builder.lastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.
|
GetSubscriptionDefinitionResponse.Builder |
GetSubscriptionDefinitionResponse.Builder.latestVersion(String latestVersion)
The ID of the latest version associated with the definition.
|
GetSubscriptionDefinitionResponse.Builder |
GetSubscriptionDefinitionResponse.Builder.latestVersionArn(String latestVersionArn)
The ARN of the latest version associated with the definition.
|
GetSubscriptionDefinitionResponse.Builder |
GetSubscriptionDefinitionResponse.Builder.name(String name)
The name of the definition.
|
GetSubscriptionDefinitionResponse.Builder |
GetSubscriptionDefinitionResponse.Builder.tags(Map<String,String> tags)
Tag(s) attached to the resource arn.
|
GetSubscriptionDefinitionResponse.Builder |
GetSubscriptionDefinitionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSubscriptionDefinitionResponse.Builder> |
GetSubscriptionDefinitionResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.