Package software.amazon.awscdk.cxapi
Class KeyContextResponse.Builder
java.lang.Object
software.amazon.awscdk.cxapi.KeyContextResponse.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<KeyContextResponse>
- Enclosing interface:
KeyContextResponse
@Stability(Deprecated)
@Deprecated
public static final class KeyContextResponse.Builder
extends Object
implements software.amazon.jsii.Builder<KeyContextResponse>
Deprecated.
A builder for
KeyContextResponse-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
keyId
Deprecated.Sets the value ofKeyContextResponse.getKeyId()- Parameters:
keyId- Id of the key. This parameter is required.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KeyContextResponse>- Returns:
- a new instance of
KeyContextResponse - Throws:
NullPointerException- if any required attribute was not provided
-