Interface GetResourceDefinitionVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetResourceDefinitionVersionRequest.Builder,GetResourceDefinitionVersionRequest>,GreengrassRequest.Builder,SdkBuilder<GetResourceDefinitionVersionRequest.Builder,GetResourceDefinitionVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetResourceDefinitionVersionRequest
public static interface GetResourceDefinitionVersionRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<GetResourceDefinitionVersionRequest.Builder,GetResourceDefinitionVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetResourceDefinitionVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetResourceDefinitionVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetResourceDefinitionVersionRequest.BuilderresourceDefinitionId(String resourceDefinitionId)The ID of the resource definition.GetResourceDefinitionVersionRequest.BuilderresourceDefinitionVersionId(String resourceDefinitionVersionId)The ID of the resource 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, sdkFields
-
-
-
-
Method Detail
-
resourceDefinitionId
GetResourceDefinitionVersionRequest.Builder resourceDefinitionId(String resourceDefinitionId)
The ID of the resource definition.- Parameters:
resourceDefinitionId- The ID of the resource definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceDefinitionVersionId
GetResourceDefinitionVersionRequest.Builder resourceDefinitionVersionId(String resourceDefinitionVersionId)
The ID of the resource definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListResourceDefinitionVersions'' requests. If the version is the last one that was associated with a resource definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.- Parameters:
resourceDefinitionVersionId- The ID of the resource definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListResourceDefinitionVersions'' requests. If the version is the last one that was associated with a resource 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
GetResourceDefinitionVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetResourceDefinitionVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-