Interface GetGroupVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetGroupVersionRequest.Builder,GetGroupVersionRequest>,GreengrassRequest.Builder,SdkBuilder<GetGroupVersionRequest.Builder,GetGroupVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetGroupVersionRequest
public static interface GetGroupVersionRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<GetGroupVersionRequest.Builder,GetGroupVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGroupVersionRequest.BuildergroupId(String groupId)The ID of the Greengrass group.GetGroupVersionRequest.BuildergroupVersionId(String groupVersionId)The ID of the group version.GetGroupVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGroupVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
groupId
GetGroupVersionRequest.Builder groupId(String groupId)
The ID of the Greengrass group.- Parameters:
groupId- The ID of the Greengrass group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupVersionId
GetGroupVersionRequest.Builder groupVersionId(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetGroupVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetGroupVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-