public static interface RebootInstanceRequest.Builder extends LightsailRequest.Builder, CopyableBuilder<RebootInstanceRequest.Builder,RebootInstanceRequest>
Modifier and Type | Method and Description |
---|---|
RebootInstanceRequest.Builder |
instanceName(String instanceName)
The name of the instance to reboot.
|
RebootInstanceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
RebootInstanceRequest.Builder instanceName(String instanceName)
The name of the instance to reboot.
instanceName
- The name of the instance to reboot.RebootInstanceRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.