CopyableBuilder<GetSubscriptionDefinitionVersionResponse.Builder,GetSubscriptionDefinitionVersionResponse>
, SdkBuilder<GetSubscriptionDefinitionVersionResponse.Builder,GetSubscriptionDefinitionVersionResponse>
public static interface GetSubscriptionDefinitionVersionResponse.Builder extends CopyableBuilder<GetSubscriptionDefinitionVersionResponse.Builder,GetSubscriptionDefinitionVersionResponse>
Modifier and Type | Method | Description |
---|---|---|
GetSubscriptionDefinitionVersionResponse.Builder |
arn(String arn) |
Arn of the subscription definition version.
|
GetSubscriptionDefinitionVersionResponse.Builder |
creationTimestamp(String creationTimestamp) |
Timestamp of when the subscription definition version was created.
|
GetSubscriptionDefinitionVersionResponse.Builder |
definition(SubscriptionDefinitionVersion definition) |
Information on the definition
|
GetSubscriptionDefinitionVersionResponse.Builder |
id(String id) |
Id of the subscription definition the version belongs to.
|
GetSubscriptionDefinitionVersionResponse.Builder |
version(String version) |
Version of the subscription definition version.
|
copy
apply, build
GetSubscriptionDefinitionVersionResponse.Builder arn(String arn)
arn
- Arn of the subscription definition version.GetSubscriptionDefinitionVersionResponse.Builder creationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp of when the subscription definition version was created.GetSubscriptionDefinitionVersionResponse.Builder definition(SubscriptionDefinitionVersion definition)
definition
- Information on the definitionGetSubscriptionDefinitionVersionResponse.Builder id(String id)
id
- Id of the subscription definition the version belongs to.GetSubscriptionDefinitionVersionResponse.Builder version(String version)
version
- Version of the subscription definition version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.