Interface DeleteKeyPairResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteKeyPairResponse.Builder,DeleteKeyPairResponse>,Ec2Response.Builder,SdkBuilder<DeleteKeyPairResponse.Builder,DeleteKeyPairResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteKeyPairResponse
@Mutable @NotThreadSafe public static interface DeleteKeyPairResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteKeyPairResponse.Builder,DeleteKeyPairResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteKeyPairResponse.BuilderkeyPairId(String keyPairId)The ID of the key pair.DeleteKeyPairResponse.BuilderreturnValue(Boolean returnValue)Istrueif 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.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
-
returnValue
DeleteKeyPairResponse.Builder returnValue(Boolean returnValue)
Is
trueif the request succeeds, and an error otherwise.- Parameters:
returnValue- Istrueif the request succeeds, and an error otherwise.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyPairId
DeleteKeyPairResponse.Builder keyPairId(String keyPairId)
The ID of the key pair.
- Parameters:
keyPairId- The ID of the key pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-