Interface GetInstanceUefiDataResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetInstanceUefiDataResponse.Builder,,GetInstanceUefiDataResponse> Ec2Response.Builder,SdkBuilder<GetInstanceUefiDataResponse.Builder,,GetInstanceUefiDataResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetInstanceUefiDataResponse
public static interface GetInstanceUefiDataResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetInstanceUefiDataResponse.Builder,GetInstanceUefiDataResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioninstanceId(String instanceId) The ID of the instance from which to retrieve the UEFI data.Base64 representation of the non-volatile UEFI variable store.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
instanceId
The ID of the instance from which to retrieve the UEFI data.
- Parameters:
 instanceId- The ID of the instance from which to retrieve the UEFI data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
uefiData
Base64 representation of the non-volatile UEFI variable store.
- Parameters:
 uefiData- Base64 representation of the non-volatile UEFI variable store.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -