public static interface GetDeployablePatchSnapshotForInstanceRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetDeployablePatchSnapshotForInstanceRequest.Builder,GetDeployablePatchSnapshotForInstanceRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDeployablePatchSnapshotForInstanceRequest.Builder |
instanceId(String instanceId)
The ID of the instance for which the appropriate patch snapshot should be retrieved.
|
GetDeployablePatchSnapshotForInstanceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDeployablePatchSnapshotForInstanceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDeployablePatchSnapshotForInstanceRequest.Builder |
snapshotId(String snapshotId)
The user-defined snapshot ID.
|
buildoverrideConfigurationcopyapplyMutation, buildGetDeployablePatchSnapshotForInstanceRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetDeployablePatchSnapshotForInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.