public static interface GetDeployablePatchSnapshotForInstanceRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetDeployablePatchSnapshotForInstanceRequest.Builder,GetDeployablePatchSnapshotForInstanceRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetDeployablePatchSnapshotForInstanceRequest.Builder instanceId(String instanceId)
The ID of the instance for which the appropriate patch snapshot should be retrieved.
instanceId
- The ID of the instance for which the appropriate patch snapshot should be retrieved.GetDeployablePatchSnapshotForInstanceRequest.Builder snapshotId(String snapshotId)
The user-defined snapshot ID.
snapshotId
- The user-defined snapshot ID.GetDeployablePatchSnapshotForInstanceRequest.Builder baselineOverride(BaselineOverride baselineOverride)
Defines the basic information about a patch baseline override.
baselineOverride
- Defines the basic information about a patch baseline override.default GetDeployablePatchSnapshotForInstanceRequest.Builder baselineOverride(Consumer<BaselineOverride.Builder> baselineOverride)
Defines the basic information about a patch baseline override.
This is a convenience that creates an instance of theBaselineOverride.Builder
avoiding the need to
create one manually via BaselineOverride.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to baselineOverride(BaselineOverride)
.baselineOverride
- a consumer that will call methods on BaselineOverride.Builder
baselineOverride(BaselineOverride)
GetDeployablePatchSnapshotForInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetDeployablePatchSnapshotForInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.