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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetInstanceUefiDataResponse.BuilderinstanceId(String instanceId)The ID of the instance from which to retrieve the UEFI data.GetInstanceUefiDataResponse.BuilderuefiData(String uefiData)Base64 representation of the non-volatile UEFI variable store.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
instanceId
GetInstanceUefiDataResponse.Builder instanceId(String 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
GetInstanceUefiDataResponse.Builder uefiData(String 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.
-
-