Interface GetCoreDefinitionVersionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetCoreDefinitionVersionRequest.Builder,
,GetCoreDefinitionVersionRequest> GreengrassRequest.Builder
,SdkBuilder<GetCoreDefinitionVersionRequest.Builder,
,GetCoreDefinitionVersionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetCoreDefinitionVersionRequest
public static interface GetCoreDefinitionVersionRequest.Builder
extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<GetCoreDefinitionVersionRequest.Builder,GetCoreDefinitionVersionRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncoreDefinitionId
(String coreDefinitionId) The ID of the core definition.coreDefinitionVersionId
(String coreDefinitionVersionId) The ID of the core definition version.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
coreDefinitionId
The ID of the core definition.- Parameters:
coreDefinitionId
- The ID of the core definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
coreDefinitionVersionId
The ID of the core definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListCoreDefinitionVersions'' requests. If the version is the last one that was associated with a core definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.- Parameters:
coreDefinitionVersionId
- The ID of the core definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListCoreDefinitionVersions'' requests. If the version is the last one that was associated with a core 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
GetCoreDefinitionVersionRequest.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
GetCoreDefinitionVersionRequest.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.
-