public static interface GetSubscriptionDefinitionVersionRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<GetSubscriptionDefinitionVersionRequest.Builder,GetSubscriptionDefinitionVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetSubscriptionDefinitionVersionRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
GetSubscriptionDefinitionVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSubscriptionDefinitionVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSubscriptionDefinitionVersionRequest.Builder |
subscriptionDefinitionId(String subscriptionDefinitionId)
The ID of the subscription definition.
|
GetSubscriptionDefinitionVersionRequest.Builder |
subscriptionDefinitionVersionId(String subscriptionDefinitionVersionId)
The ID of the subscription definition version.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSubscriptionDefinitionVersionRequest.Builder nextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.GetSubscriptionDefinitionVersionRequest.Builder subscriptionDefinitionId(String subscriptionDefinitionId)
subscriptionDefinitionId - The ID of the subscription definition.GetSubscriptionDefinitionVersionRequest.Builder subscriptionDefinitionVersionId(String subscriptionDefinitionVersionId)
subscriptionDefinitionVersionId - The ID of the subscription definition version. This value maps to the ''Version'' property of the
corresponding ''VersionInformation'' object, which is returned by
''ListSubscriptionDefinitionVersions'' requests. If the version is the last one that was associated
with a subscription definition, the value also maps to the ''LatestVersion'' property of the
corresponding ''DefinitionInformation'' object.GetSubscriptionDefinitionVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetSubscriptionDefinitionVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.