Interface SendSshPublicKeyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SendSshPublicKeyResponse.Builder,SendSshPublicKeyResponse>,Ec2InstanceConnectResponse.Builder,SdkBuilder<SendSshPublicKeyResponse.Builder,SendSshPublicKeyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SendSshPublicKeyResponse
public static interface SendSshPublicKeyResponse.Builder extends Ec2InstanceConnectResponse.Builder, SdkPojo, CopyableBuilder<SendSshPublicKeyResponse.Builder,SendSshPublicKeyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendSshPublicKeyResponse.BuilderrequestId(String requestId)The ID of the request.SendSshPublicKeyResponse.Buildersuccess(Boolean success)Is true if the request succeeds and an error otherwise.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2instanceconnect.model.Ec2InstanceConnectResponse.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
-
requestId
SendSshPublicKeyResponse.Builder requestId(String requestId)
The ID of the request. Please provide this ID when contacting AWS Support for assistance.
- Parameters:
requestId- The ID of the request. Please provide this ID when contacting AWS Support for assistance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
success
SendSshPublicKeyResponse.Builder success(Boolean success)
Is true if the request succeeds and an error otherwise.
- Parameters:
success- Is true if the request succeeds and an error otherwise.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-