public static interface GetCommandInvocationRequest.Builder extends SSMRequest.Builder, CopyableBuilder<GetCommandInvocationRequest.Builder,GetCommandInvocationRequest>
| Modifier and Type | Method and Description |
|---|---|
GetCommandInvocationRequest.Builder |
commandId(String commandId)
(Required) The parent command ID of the invocation plugin.
|
GetCommandInvocationRequest.Builder |
instanceId(String instanceId)
(Required) The ID of the managed instance targeted by the command.
|
GetCommandInvocationRequest.Builder |
pluginName(String pluginName)
(Optional) The name of the plugin for which you want detailed results.
|
GetCommandInvocationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetCommandInvocationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetCommandInvocationRequest.Builder commandId(String commandId)
(Required) The parent command ID of the invocation plugin.
commandId - (Required) The parent command ID of the invocation plugin.GetCommandInvocationRequest.Builder instanceId(String instanceId)
(Required) The ID of the managed instance targeted by the command. A managed instance can be an Amazon EC2 instance or an instance in your hybrid environment that is configured for Systems Manager.
instanceId - (Required) The ID of the managed instance targeted by the command. A managed instance can be an Amazon
EC2 instance or an instance in your hybrid environment that is configured for Systems Manager.GetCommandInvocationRequest.Builder pluginName(String pluginName)
(Optional) The name of the plugin for which you want detailed results. If the document contains only one plugin, the name can be omitted and the details will be returned.
pluginName - (Optional) The name of the plugin for which you want detailed results. If the document contains only
one plugin, the name can be omitted and the details will be returned.GetCommandInvocationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetCommandInvocationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.