public static interface GetDeployablePatchSnapshotForInstanceRequest.Builder extends SSMRequest.Builder, software.amazon.awssdk.utils.builder.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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
GetDeployablePatchSnapshotForInstanceRequest.Builder |
snapshotId(String snapshotId)
The user-defined snapshot ID.
|
buildrequestOverrideConfig, requestOverrideConfigGetDeployablePatchSnapshotForInstanceRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.