Interface RotateKeyOnDemandResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RotateKeyOnDemandResponse.Builder,RotateKeyOnDemandResponse>,KmsResponse.Builder,SdkBuilder<RotateKeyOnDemandResponse.Builder,RotateKeyOnDemandResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RotateKeyOnDemandResponse
public static interface RotateKeyOnDemandResponse.Builder extends KmsResponse.Builder, SdkPojo, CopyableBuilder<RotateKeyOnDemandResponse.Builder,RotateKeyOnDemandResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RotateKeyOnDemandResponse.BuilderkeyId(String keyId)Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kms.model.KmsResponse.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
-
keyId
RotateKeyOnDemandResponse.Builder keyId(String keyId)
Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.
- Parameters:
keyId- Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-