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