Interface GetSubscriptionDefinitionVersionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetSubscriptionDefinitionVersionRequest.Builder,
,GetSubscriptionDefinitionVersionRequest> GreengrassRequest.Builder
,SdkBuilder<GetSubscriptionDefinitionVersionRequest.Builder,
,GetSubscriptionDefinitionVersionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetSubscriptionDefinitionVersionRequest
@Mutable
@NotThreadSafe
public static interface GetSubscriptionDefinitionVersionRequest.Builder
extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<GetSubscriptionDefinitionVersionRequest.Builder,GetSubscriptionDefinitionVersionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe token for the next set of results, or ''null'' if there are no additional results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.subscriptionDefinitionId
(String subscriptionDefinitionId) The ID of the subscription definition.subscriptionDefinitionVersionId
(String subscriptionDefinitionVersionId) The ID of the subscription definition version.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.greengrass.model.GreengrassRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
nextToken
The token for the next set of results, or ''null'' if there are no additional results.- Parameters:
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionDefinitionId
GetSubscriptionDefinitionVersionRequest.Builder subscriptionDefinitionId(String subscriptionDefinitionId) The ID of the subscription definition.- Parameters:
subscriptionDefinitionId
- The ID of the subscription definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionDefinitionVersionId
GetSubscriptionDefinitionVersionRequest.Builder subscriptionDefinitionVersionId(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSubscriptionDefinitionVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetSubscriptionDefinitionVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-