Interface CreateMicrovmAuthTokenResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateMicrovmAuthTokenResponse.Builder,,CreateMicrovmAuthTokenResponse> LambdaMicrovmsResponse.Builder,SdkBuilder<CreateMicrovmAuthTokenResponse.Builder,,CreateMicrovmAuthTokenResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateMicrovmAuthTokenResponse
@Mutable
@NotThreadSafe
public static interface CreateMicrovmAuthTokenResponse.Builder
extends LambdaMicrovmsResponse.Builder, SdkPojo, CopyableBuilder<CreateMicrovmAuthTokenResponse.Builder,CreateMicrovmAuthTokenResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA map containing the authentication token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lambdamicrovms.model.LambdaMicrovmsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
authToken
A map containing the authentication token. Use the value at key "X-aws-proxy-auth" as the header value when connecting to the MicroVM endpoint.
- Parameters:
authToken- A map containing the authentication token. Use the value at key "X-aws-proxy-auth" as the header value when connecting to the MicroVM endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-