public static interface GetPasswordDataRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetPasswordDataRequest.Builder,GetPasswordDataRequest>
Modifier and Type | Method and Description |
---|---|
GetPasswordDataRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
GetPasswordDataRequest.Builder |
instanceId(String instanceId)
The ID of the Windows instance.
|
GetPasswordDataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPasswordDataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetPasswordDataRequest.Builder instanceId(String instanceId)
The ID of the Windows instance.
instanceId
- The ID of the Windows instance.GetPasswordDataRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
dryRun
- Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.GetPasswordDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetPasswordDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.