Interface CreateCustomKeyStoreRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateCustomKeyStoreRequest.Builder,CreateCustomKeyStoreRequest>,KmsRequest.Builder,SdkBuilder<CreateCustomKeyStoreRequest.Builder,CreateCustomKeyStoreRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateCustomKeyStoreRequest
@Mutable @NotThreadSafe public static interface CreateCustomKeyStoreRequest.Builder extends KmsRequest.Builder, SdkPojo, CopyableBuilder<CreateCustomKeyStoreRequest.Builder,CreateCustomKeyStoreRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateCustomKeyStoreRequest.BuildercloudHsmClusterId(String cloudHsmClusterId)Identifies the CloudHSM cluster for an CloudHSM key store.CreateCustomKeyStoreRequest.BuildercustomKeyStoreName(String customKeyStoreName)Specifies a friendly name for the custom key store.CreateCustomKeyStoreRequest.BuildercustomKeyStoreType(String customKeyStoreType)Specifies the type of custom key store.CreateCustomKeyStoreRequest.BuildercustomKeyStoreType(CustomKeyStoreType customKeyStoreType)Specifies the type of custom key store.CreateCustomKeyStoreRequest.BuilderkeyStorePassword(String keyStorePassword)Specifies thekmsuserpassword for an CloudHSM key store.CreateCustomKeyStoreRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateCustomKeyStoreRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateCustomKeyStoreRequest.BuildertrustAnchorCertificate(String trustAnchorCertificate)Specifies the certificate for an CloudHSM key store.default CreateCustomKeyStoreRequest.BuilderxksProxyAuthenticationCredential(Consumer<XksProxyAuthenticationCredentialType.Builder> xksProxyAuthenticationCredential)Specifies an authentication credential for the external key store proxy (XKS proxy).CreateCustomKeyStoreRequest.BuilderxksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential)Specifies an authentication credential for the external key store proxy (XKS proxy).CreateCustomKeyStoreRequest.BuilderxksProxyConnectivity(String xksProxyConnectivity)Indicates how KMS communicates with the external key store proxy.CreateCustomKeyStoreRequest.BuilderxksProxyConnectivity(XksProxyConnectivityType xksProxyConnectivity)Indicates how KMS communicates with the external key store proxy.CreateCustomKeyStoreRequest.BuilderxksProxyUriEndpoint(String xksProxyUriEndpoint)Specifies the endpoint that KMS uses to send requests to the external key store proxy (XKS proxy).CreateCustomKeyStoreRequest.BuilderxksProxyUriPath(String xksProxyUriPath)Specifies the base path to the proxy APIs for this external key store.CreateCustomKeyStoreRequest.BuilderxksProxyVpcEndpointServiceName(String xksProxyVpcEndpointServiceName)Specifies the name of the Amazon VPC endpoint service for interface endpoints that is used to communicate with your external key store proxy (XKS proxy).CreateCustomKeyStoreRequest.BuilderxksProxyVpcEndpointServiceOwner(String xksProxyVpcEndpointServiceOwner)Specifies the Amazon Web Services account ID that owns the Amazon VPC service endpoint for the interface that is used to communicate with your external key store proxy (XKS proxy).-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kms.model.KmsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
customKeyStoreName
CreateCustomKeyStoreRequest.Builder customKeyStoreName(String customKeyStoreName)
Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services account and Region. This parameter is required for all custom key stores.
Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
- Parameters:
customKeyStoreName- Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services account and Region. This parameter is required for all custom key stores.Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudHsmClusterId
CreateCustomKeyStoreRequest.Builder cloudHsmClusterId(String cloudHsmClusterId)
Identifies the CloudHSM cluster for an CloudHSM key store. This parameter is required for custom key stores with
CustomKeyStoreTypeofAWS_CLOUDHSM.Enter the cluster ID of any active CloudHSM cluster that is not already associated with a custom key store. To find the cluster ID, use the DescribeClusters operation.
- Parameters:
cloudHsmClusterId- Identifies the CloudHSM cluster for an CloudHSM key store. This parameter is required for custom key stores withCustomKeyStoreTypeofAWS_CLOUDHSM.Enter the cluster ID of any active CloudHSM cluster that is not already associated with a custom key store. To find the cluster ID, use the DescribeClusters operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustAnchorCertificate
CreateCustomKeyStoreRequest.Builder trustAnchorCertificate(String trustAnchorCertificate)
Specifies the certificate for an CloudHSM key store. This parameter is required for custom key stores with a
CustomKeyStoreTypeofAWS_CLOUDHSM.Enter the content of the trust anchor certificate for the CloudHSM cluster. This is the content of the
customerCA.crtfile that you created when you initialized the cluster.- Parameters:
trustAnchorCertificate- Specifies the certificate for an CloudHSM key store. This parameter is required for custom key stores with aCustomKeyStoreTypeofAWS_CLOUDHSM.Enter the content of the trust anchor certificate for the CloudHSM cluster. This is the content of the
customerCA.crtfile that you created when you initialized the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyStorePassword
CreateCustomKeyStoreRequest.Builder keyStorePassword(String keyStorePassword)
Specifies the
kmsuserpassword for an CloudHSM key store. This parameter is required for custom key stores with aCustomKeyStoreTypeofAWS_CLOUDHSM.Enter the password of the
kmsusercrypto user (CU) account in the specified CloudHSM cluster. KMS logs into the cluster as this user to manage key material on your behalf.The password must be a string of 7 to 32 characters. Its value is case sensitive.
This parameter tells KMS the
kmsuseraccount password; it does not change the password in the CloudHSM cluster.- Parameters:
keyStorePassword- Specifies thekmsuserpassword for an CloudHSM key store. This parameter is required for custom key stores with aCustomKeyStoreTypeofAWS_CLOUDHSM.Enter the password of the
kmsusercrypto user (CU) account in the specified CloudHSM cluster. KMS logs into the cluster as this user to manage key material on your behalf.The password must be a string of 7 to 32 characters. Its value is case sensitive.
This parameter tells KMS the
kmsuseraccount password; it does not change the password in the CloudHSM cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customKeyStoreType
CreateCustomKeyStoreRequest.Builder customKeyStoreType(String customKeyStoreType)
Specifies the type of custom key store. The default value is
AWS_CLOUDHSM.For a custom key store backed by an CloudHSM cluster, omit the parameter or enter
AWS_CLOUDHSM. For a custom key store backed by an external key manager outside of Amazon Web Services, enterEXTERNAL_KEY_STORE. You cannot change this property after the key store is created.- Parameters:
customKeyStoreType- Specifies the type of custom key store. The default value isAWS_CLOUDHSM.For a custom key store backed by an CloudHSM cluster, omit the parameter or enter
AWS_CLOUDHSM. For a custom key store backed by an external key manager outside of Amazon Web Services, enterEXTERNAL_KEY_STORE. You cannot change this property after the key store is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomKeyStoreType,CustomKeyStoreType
-
customKeyStoreType
CreateCustomKeyStoreRequest.Builder customKeyStoreType(CustomKeyStoreType customKeyStoreType)
Specifies the type of custom key store. The default value is
AWS_CLOUDHSM.For a custom key store backed by an CloudHSM cluster, omit the parameter or enter
AWS_CLOUDHSM. For a custom key store backed by an external key manager outside of Amazon Web Services, enterEXTERNAL_KEY_STORE. You cannot change this property after the key store is created.- Parameters:
customKeyStoreType- Specifies the type of custom key store. The default value isAWS_CLOUDHSM.For a custom key store backed by an CloudHSM cluster, omit the parameter or enter
AWS_CLOUDHSM. For a custom key store backed by an external key manager outside of Amazon Web Services, enterEXTERNAL_KEY_STORE. You cannot change this property after the key store is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomKeyStoreType,CustomKeyStoreType
-
xksProxyUriEndpoint
CreateCustomKeyStoreRequest.Builder xksProxyUriEndpoint(String xksProxyUriEndpoint)
Specifies the endpoint that KMS uses to send requests to the external key store proxy (XKS proxy). This parameter is required for custom key stores with a
CustomKeyStoreTypeofEXTERNAL_KEY_STORE.The protocol must be HTTPS. KMS communicates on port 443. Do not specify the port in the
XksProxyUriEndpointvalue.For external key stores with
XksProxyConnectivityvalue ofVPC_ENDPOINT_SERVICE, specifyhttps://followed by the private DNS name of the VPC endpoint service.For external key stores with
PUBLIC_ENDPOINTconnectivity, this endpoint must be reachable before you create the custom key store. KMS connects to the external key store proxy while creating the custom key store. For external key stores withVPC_ENDPOINT_SERVICEconnectivity, KMS connects when you call the ConnectCustomKeyStore operation.The value of this parameter must begin with
https://. The remainder can contain upper and lower case letters (A-Z and a-z), numbers (0-9), dots (.), and hyphens (-). Additional slashes (/and\) are not permitted.Uniqueness requirements:
-
The combined
XksProxyUriEndpointandXksProxyUriPathvalues must be unique in the Amazon Web Services account and Region. -
An external key store with
PUBLIC_ENDPOINTconnectivity cannot use the sameXksProxyUriEndpointvalue as an external key store withVPC_ENDPOINT_SERVICEconnectivity in this Amazon Web Services Region. -
Each external key store with
VPC_ENDPOINT_SERVICEconnectivity must have its own private DNS name. TheXksProxyUriEndpointvalue for external key stores withVPC_ENDPOINT_SERVICEconnectivity (private DNS name) must be unique in the Amazon Web Services account and Region.
- Parameters:
xksProxyUriEndpoint- Specifies the endpoint that KMS uses to send requests to the external key store proxy (XKS proxy). This parameter is required for custom key stores with aCustomKeyStoreTypeofEXTERNAL_KEY_STORE.The protocol must be HTTPS. KMS communicates on port 443. Do not specify the port in the
XksProxyUriEndpointvalue.For external key stores with
XksProxyConnectivityvalue ofVPC_ENDPOINT_SERVICE, specifyhttps://followed by the private DNS name of the VPC endpoint service.For external key stores with
PUBLIC_ENDPOINTconnectivity, this endpoint must be reachable before you create the custom key store. KMS connects to the external key store proxy while creating the custom key store. For external key stores withVPC_ENDPOINT_SERVICEconnectivity, KMS connects when you call the ConnectCustomKeyStore operation.The value of this parameter must begin with
https://. The remainder can contain upper and lower case letters (A-Z and a-z), numbers (0-9), dots (.), and hyphens (-). Additional slashes (/and\) are not permitted.Uniqueness requirements:
-
The combined
XksProxyUriEndpointandXksProxyUriPathvalues must be unique in the Amazon Web Services account and Region. -
An external key store with
PUBLIC_ENDPOINTconnectivity cannot use the sameXksProxyUriEndpointvalue as an external key store withVPC_ENDPOINT_SERVICEconnectivity in this Amazon Web Services Region. -
Each external key store with
VPC_ENDPOINT_SERVICEconnectivity must have its own private DNS name. TheXksProxyUriEndpointvalue for external key stores withVPC_ENDPOINT_SERVICEconnectivity (private DNS name) must be unique in the Amazon Web Services account and Region.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
xksProxyUriPath
CreateCustomKeyStoreRequest.Builder xksProxyUriPath(String xksProxyUriPath)
Specifies the base path to the proxy APIs for this external key store. To find this value, see the documentation for your external key store proxy. This parameter is required for all custom key stores with a
CustomKeyStoreTypeofEXTERNAL_KEY_STORE.The value must start with
/and must end with/kms/xks/v1wherev1represents the version of the KMS external key store proxy API. This path can include an optional prefix between the required elements such as/prefix/kms/xks/v1.Uniqueness requirements:
-
The combined
XksProxyUriEndpointandXksProxyUriPathvalues must be unique in the Amazon Web Services account and Region.
- Parameters:
xksProxyUriPath- Specifies the base path to the proxy APIs for this external key store. To find this value, see the documentation for your external key store proxy. This parameter is required for all custom key stores with aCustomKeyStoreTypeofEXTERNAL_KEY_STORE.The value must start with
/and must end with/kms/xks/v1wherev1represents the version of the KMS external key store proxy API. This path can include an optional prefix between the required elements such as/prefix/kms/xks/v1.Uniqueness requirements:
-
The combined
XksProxyUriEndpointandXksProxyUriPathvalues must be unique in the Amazon Web Services account and Region.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
xksProxyVpcEndpointServiceName
CreateCustomKeyStoreRequest.Builder xksProxyVpcEndpointServiceName(String xksProxyVpcEndpointServiceName)
Specifies the name of the Amazon VPC endpoint service for interface endpoints that is used to communicate with your external key store proxy (XKS proxy). This parameter is required when the value of
CustomKeyStoreTypeisEXTERNAL_KEY_STOREand the value ofXksProxyConnectivityisVPC_ENDPOINT_SERVICE.The Amazon VPC endpoint service must fulfill all requirements for use with an external key store.
Uniqueness requirements:
-
External key stores with
VPC_ENDPOINT_SERVICEconnectivity can share an Amazon VPC, but each external key store must have its own VPC endpoint service and private DNS name.
- Parameters:
xksProxyVpcEndpointServiceName- Specifies the name of the Amazon VPC endpoint service for interface endpoints that is used to communicate with your external key store proxy (XKS proxy). This parameter is required when the value ofCustomKeyStoreTypeisEXTERNAL_KEY_STOREand the value ofXksProxyConnectivityisVPC_ENDPOINT_SERVICE.The Amazon VPC endpoint service must fulfill all requirements for use with an external key store.
Uniqueness requirements:
-
External key stores with
VPC_ENDPOINT_SERVICEconnectivity can share an Amazon VPC, but each external key store must have its own VPC endpoint service and private DNS name.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
xksProxyVpcEndpointServiceOwner
CreateCustomKeyStoreRequest.Builder xksProxyVpcEndpointServiceOwner(String xksProxyVpcEndpointServiceOwner)
Specifies the Amazon Web Services account ID that owns the Amazon VPC service endpoint for the interface that is used to communicate with your external key store proxy (XKS proxy). This parameter is optional. If not provided, the Amazon Web Services account ID calling the action will be used.
- Parameters:
xksProxyVpcEndpointServiceOwner- Specifies the Amazon Web Services account ID that owns the Amazon VPC service endpoint for the interface that is used to communicate with your external key store proxy (XKS proxy). This parameter is optional. If not provided, the Amazon Web Services account ID calling the action will be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
xksProxyAuthenticationCredential
CreateCustomKeyStoreRequest.Builder xksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType xksProxyAuthenticationCredential)
Specifies an authentication credential for the external key store proxy (XKS proxy). This parameter is required for all custom key stores with a
CustomKeyStoreTypeofEXTERNAL_KEY_STORE.The
XksProxyAuthenticationCredentialhas two required elements:RawSecretAccessKey, a secret key, andAccessKeyId, a unique identifier for theRawSecretAccessKey. For character requirements, see XksProxyAuthenticationCredentialType.KMS uses this authentication credential to sign requests to the external key store proxy on your behalf. This credential is unrelated to Identity and Access Management (IAM) and Amazon Web Services credentials.
This parameter doesn't set or change the authentication credentials on the XKS proxy. It just tells KMS the credential that you established on your external key store proxy. If you rotate your proxy authentication credential, use the UpdateCustomKeyStore operation to provide the new credential to KMS.
- Parameters:
xksProxyAuthenticationCredential- Specifies an authentication credential for the external key store proxy (XKS proxy). This parameter is required for all custom key stores with aCustomKeyStoreTypeofEXTERNAL_KEY_STORE.The
XksProxyAuthenticationCredentialhas two required elements:RawSecretAccessKey, a secret key, andAccessKeyId, a unique identifier for theRawSecretAccessKey. For character requirements, see XksProxyAuthenticationCredentialType.KMS uses this authentication credential to sign requests to the external key store proxy on your behalf. This credential is unrelated to Identity and Access Management (IAM) and Amazon Web Services credentials.
This parameter doesn't set or change the authentication credentials on the XKS proxy. It just tells KMS the credential that you established on your external key store proxy. If you rotate your proxy authentication credential, use the UpdateCustomKeyStore operation to provide the new credential to KMS.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
xksProxyAuthenticationCredential
default CreateCustomKeyStoreRequest.Builder xksProxyAuthenticationCredential(Consumer<XksProxyAuthenticationCredentialType.Builder> xksProxyAuthenticationCredential)
Specifies an authentication credential for the external key store proxy (XKS proxy). This parameter is required for all custom key stores with a
CustomKeyStoreTypeofEXTERNAL_KEY_STORE.The
XksProxyAuthenticationCredentialhas two required elements:RawSecretAccessKey, a secret key, andAccessKeyId, a unique identifier for theRawSecretAccessKey. For character requirements, see XksProxyAuthenticationCredentialType.KMS uses this authentication credential to sign requests to the external key store proxy on your behalf. This credential is unrelated to Identity and Access Management (IAM) and Amazon Web Services credentials.
This parameter doesn't set or change the authentication credentials on the XKS proxy. It just tells KMS the credential that you established on your external key store proxy. If you rotate your proxy authentication credential, use the UpdateCustomKeyStore operation to provide the new credential to KMS.
This is a convenience method that creates an instance of theXksProxyAuthenticationCredentialType.Builderavoiding the need to create one manually viaXksProxyAuthenticationCredentialType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toxksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType).- Parameters:
xksProxyAuthenticationCredential- a consumer that will call methods onXksProxyAuthenticationCredentialType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
xksProxyAuthenticationCredential(XksProxyAuthenticationCredentialType)
-
xksProxyConnectivity
CreateCustomKeyStoreRequest.Builder xksProxyConnectivity(String xksProxyConnectivity)
Indicates how KMS communicates with the external key store proxy. This parameter is required for custom key stores with a
CustomKeyStoreTypeofEXTERNAL_KEY_STORE.If the external key store proxy uses a public endpoint, specify
PUBLIC_ENDPOINT. If the external key store proxy uses a Amazon VPC endpoint service for communication with KMS, specifyVPC_ENDPOINT_SERVICE. For help making this choice, see Choosing a connectivity option in the Key Management Service Developer Guide.An Amazon VPC endpoint service keeps your communication with KMS in a private address space entirely within Amazon Web Services, but it requires more configuration, including establishing a Amazon VPC with multiple subnets, a VPC endpoint service, a network load balancer, and a verified private DNS name. A public endpoint is simpler to set up, but it might be slower and might not fulfill your security requirements. You might consider testing with a public endpoint, and then establishing a VPC endpoint service for production tasks. Note that this choice does not determine the location of the external key store proxy. Even if you choose a VPC endpoint service, the proxy can be hosted within the VPC or outside of Amazon Web Services such as in your corporate data center.
- Parameters:
xksProxyConnectivity- Indicates how KMS communicates with the external key store proxy. This parameter is required for custom key stores with aCustomKeyStoreTypeofEXTERNAL_KEY_STORE.If the external key store proxy uses a public endpoint, specify
PUBLIC_ENDPOINT. If the external key store proxy uses a Amazon VPC endpoint service for communication with KMS, specifyVPC_ENDPOINT_SERVICE. For help making this choice, see Choosing a connectivity option in the Key Management Service Developer Guide.An Amazon VPC endpoint service keeps your communication with KMS in a private address space entirely within Amazon Web Services, but it requires more configuration, including establishing a Amazon VPC with multiple subnets, a VPC endpoint service, a network load balancer, and a verified private DNS name. A public endpoint is simpler to set up, but it might be slower and might not fulfill your security requirements. You might consider testing with a public endpoint, and then establishing a VPC endpoint service for production tasks. Note that this choice does not determine the location of the external key store proxy. Even if you choose a VPC endpoint service, the proxy can be hosted within the VPC or outside of Amazon Web Services such as in your corporate data center.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XksProxyConnectivityType,XksProxyConnectivityType
-
xksProxyConnectivity
CreateCustomKeyStoreRequest.Builder xksProxyConnectivity(XksProxyConnectivityType xksProxyConnectivity)
Indicates how KMS communicates with the external key store proxy. This parameter is required for custom key stores with a
CustomKeyStoreTypeofEXTERNAL_KEY_STORE.If the external key store proxy uses a public endpoint, specify
PUBLIC_ENDPOINT. If the external key store proxy uses a Amazon VPC endpoint service for communication with KMS, specifyVPC_ENDPOINT_SERVICE. For help making this choice, see Choosing a connectivity option in the Key Management Service Developer Guide.An Amazon VPC endpoint service keeps your communication with KMS in a private address space entirely within Amazon Web Services, but it requires more configuration, including establishing a Amazon VPC with multiple subnets, a VPC endpoint service, a network load balancer, and a verified private DNS name. A public endpoint is simpler to set up, but it might be slower and might not fulfill your security requirements. You might consider testing with a public endpoint, and then establishing a VPC endpoint service for production tasks. Note that this choice does not determine the location of the external key store proxy. Even if you choose a VPC endpoint service, the proxy can be hosted within the VPC or outside of Amazon Web Services such as in your corporate data center.
- Parameters:
xksProxyConnectivity- Indicates how KMS communicates with the external key store proxy. This parameter is required for custom key stores with aCustomKeyStoreTypeofEXTERNAL_KEY_STORE.If the external key store proxy uses a public endpoint, specify
PUBLIC_ENDPOINT. If the external key store proxy uses a Amazon VPC endpoint service for communication with KMS, specifyVPC_ENDPOINT_SERVICE. For help making this choice, see Choosing a connectivity option in the Key Management Service Developer Guide.An Amazon VPC endpoint service keeps your communication with KMS in a private address space entirely within Amazon Web Services, but it requires more configuration, including establishing a Amazon VPC with multiple subnets, a VPC endpoint service, a network load balancer, and a verified private DNS name. A public endpoint is simpler to set up, but it might be slower and might not fulfill your security requirements. You might consider testing with a public endpoint, and then establishing a VPC endpoint service for production tasks. Note that this choice does not determine the location of the external key store proxy. Even if you choose a VPC endpoint service, the proxy can be hosted within the VPC or outside of Amazon Web Services such as in your corporate data center.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XksProxyConnectivityType,XksProxyConnectivityType
-
overrideConfiguration
CreateCustomKeyStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateCustomKeyStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-