Interface GetConsoleScreenshotResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetConsoleScreenshotResponse.Builder,GetConsoleScreenshotResponse>,Ec2Response.Builder,SdkBuilder<GetConsoleScreenshotResponse.Builder,GetConsoleScreenshotResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetConsoleScreenshotResponse
@Mutable @NotThreadSafe public static interface GetConsoleScreenshotResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetConsoleScreenshotResponse.Builder,GetConsoleScreenshotResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetConsoleScreenshotResponse.BuilderimageData(String imageData)The data that comprises the image.GetConsoleScreenshotResponse.BuilderinstanceId(String instanceId)The ID of the instance.-
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
-
imageData
GetConsoleScreenshotResponse.Builder imageData(String imageData)
The data that comprises the image.
- Parameters:
imageData- The data that comprises the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
GetConsoleScreenshotResponse.Builder instanceId(String instanceId)
The ID of the instance.
- Parameters:
instanceId- The ID of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-