Interface DescribeLunaClientResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudHsmResponse.Builder
,CopyableBuilder<DescribeLunaClientResponse.Builder,
,DescribeLunaClientResponse> SdkBuilder<DescribeLunaClientResponse.Builder,
,DescribeLunaClientResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeLunaClientResponse
public static interface DescribeLunaClientResponse.Builder
extends CloudHsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeLunaClientResponse.Builder,DescribeLunaClientResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncertificate
(String certificate) The certificate installed on the HSMs used by this client.certificateFingerprint
(String certificateFingerprint) The certificate fingerprint.The ARN of the client.The label of the client.lastModifiedTimestamp
(String lastModifiedTimestamp) The date and time the client was last modified.Methods inherited from interface software.amazon.awssdk.services.cloudhsm.model.CloudHsmResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
clientArn
The ARN of the client.
- Parameters:
clientArn
- The ARN of the client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificate
The certificate installed on the HSMs used by this client.
- Parameters:
certificate
- The certificate installed on the HSMs used by this client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateFingerprint
The certificate fingerprint.
- Parameters:
certificateFingerprint
- The certificate fingerprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimestamp
The date and time the client was last modified.
- Parameters:
lastModifiedTimestamp
- The date and time the client was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
label
The label of the client.
- Parameters:
label
- The label of the client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-