Interface DeleteHsmResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudHsmV2Response.Builder
,CopyableBuilder<DeleteHsmResponse.Builder,DeleteHsmResponse>
,SdkBuilder<DeleteHsmResponse.Builder,DeleteHsmResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DeleteHsmResponse
public static interface DeleteHsmResponse.Builder extends CloudHsmV2Response.Builder, SdkPojo, CopyableBuilder<DeleteHsmResponse.Builder,DeleteHsmResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteHsmResponse.Builder
hsmId(String hsmId)
The identifier (ID) of the HSM that was deleted.-
Methods inherited from interface software.amazon.awssdk.services.cloudhsmv2.model.CloudHsmV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
hsmId
DeleteHsmResponse.Builder hsmId(String hsmId)
The identifier (ID) of the HSM that was deleted.
- Parameters:
hsmId
- The identifier (ID) of the HSM that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-