public static interface GetGroupVersionRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<GetGroupVersionRequest.Builder,GetGroupVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetGroupVersionRequest.Builder |
groupId(String groupId)
The ID of the Greengrass group.
|
GetGroupVersionRequest.Builder |
groupVersionId(String groupVersionId)
The ID of the group version.
|
GetGroupVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetGroupVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGroupVersionRequest.Builder groupId(String groupId)
groupId - The ID of the Greengrass group.GetGroupVersionRequest.Builder groupVersionId(String groupVersionId)
groupVersionId - The ID of the group version. This value maps to the ''Version'' property of the corresponding
''VersionInformation'' object, which is returned by ''ListGroupVersions'' requests. If the version is
the last one that was associated with a group, the value also maps to the ''LatestVersion'' property
of the corresponding ''GroupInformation'' object.GetGroupVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetGroupVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.