CopyableBuilder<CreateSubscriptionDefinitionResponse.Builder,CreateSubscriptionDefinitionResponse>, SdkBuilder<CreateSubscriptionDefinitionResponse.Builder,CreateSubscriptionDefinitionResponse>public static interface CreateSubscriptionDefinitionResponse.Builder extends CopyableBuilder<CreateSubscriptionDefinitionResponse.Builder,CreateSubscriptionDefinitionResponse>
| Modifier and Type | Method | Description |
|---|---|---|
CreateSubscriptionDefinitionResponse.Builder |
arn(String arn) |
Arn of the definition.
|
CreateSubscriptionDefinitionResponse.Builder |
creationTimestamp(String creationTimestamp) |
Timestamp of when the definition was created.
|
CreateSubscriptionDefinitionResponse.Builder |
id(String id) |
Id of the definition.
|
CreateSubscriptionDefinitionResponse.Builder |
lastUpdatedTimestamp(String lastUpdatedTimestamp) |
Last updated timestamp of the definition.
|
CreateSubscriptionDefinitionResponse.Builder |
latestVersion(String latestVersion) |
Last version of the definition.
|
CreateSubscriptionDefinitionResponse.Builder |
latestVersionArn(String latestVersionArn) |
Latest version arn of the definition.
|
CreateSubscriptionDefinitionResponse.Builder |
name(String name) |
Name of the definition.
|
copyapply, buildCreateSubscriptionDefinitionResponse.Builder arn(String arn)
arn - Arn of the definition.CreateSubscriptionDefinitionResponse.Builder creationTimestamp(String creationTimestamp)
creationTimestamp - Timestamp of when the definition was created.CreateSubscriptionDefinitionResponse.Builder id(String id)
id - Id of the definition.CreateSubscriptionDefinitionResponse.Builder lastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp - Last updated timestamp of the definition.CreateSubscriptionDefinitionResponse.Builder latestVersion(String latestVersion)
latestVersion - Last version of the definition.CreateSubscriptionDefinitionResponse.Builder latestVersionArn(String latestVersionArn)
latestVersionArn - Latest version arn of the definition.CreateSubscriptionDefinitionResponse.Builder name(String name)
name - Name of the definition.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.