public static interface CreateSubscriptionDefinitionResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<CreateSubscriptionDefinitionResponse.Builder,CreateSubscriptionDefinitionResponse>
Modifier and Type | Method and Description |
---|---|
CreateSubscriptionDefinitionResponse.Builder |
arn(String arn)
The ARN of the definition.
|
CreateSubscriptionDefinitionResponse.Builder |
creationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.
|
CreateSubscriptionDefinitionResponse.Builder |
id(String id)
The ID of the definition.
|
CreateSubscriptionDefinitionResponse.Builder |
lastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.
|
CreateSubscriptionDefinitionResponse.Builder |
latestVersion(String latestVersion)
The latest version of the definition.
|
CreateSubscriptionDefinitionResponse.Builder |
latestVersionArn(String latestVersionArn)
The ARN of the latest version of the definition.
|
CreateSubscriptionDefinitionResponse.Builder |
name(String name)
The name of the definition.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateSubscriptionDefinitionResponse.Builder arn(String arn)
arn
- The ARN of the definition.CreateSubscriptionDefinitionResponse.Builder creationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the definition was created.CreateSubscriptionDefinitionResponse.Builder id(String id)
id
- The ID of the definition.CreateSubscriptionDefinitionResponse.Builder lastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp
- The time, in milliseconds since the epoch, when the definition was last updated.CreateSubscriptionDefinitionResponse.Builder latestVersion(String latestVersion)
latestVersion
- The latest version of the definition.CreateSubscriptionDefinitionResponse.Builder latestVersionArn(String latestVersionArn)
latestVersionArn
- The ARN of the latest version of the definition.CreateSubscriptionDefinitionResponse.Builder name(String name)
name
- The name of the definition.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.