public static interface GetInstanceUefiDataResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetInstanceUefiDataResponse.Builder,GetInstanceUefiDataResponse>
| Modifier and Type | Method and Description |
|---|---|
GetInstanceUefiDataResponse.Builder |
instanceId(String instanceId)
The ID of the instance from which to retrieve the UEFI data.
|
GetInstanceUefiDataResponse.Builder |
uefiData(String uefiData)
Base64 representation of the non-volatile UEFI variable store.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInstanceUefiDataResponse.Builder instanceId(String instanceId)
The ID of the instance from which to retrieve the UEFI data.
instanceId - The ID of the instance from which to retrieve the UEFI data.GetInstanceUefiDataResponse.Builder uefiData(String uefiData)
Base64 representation of the non-volatile UEFI variable store.
uefiData - Base64 representation of the non-volatile UEFI variable store.Copyright © 2022. All rights reserved.