@Stability(value=Stable) public static final class CfnConnectorProfile.ApiKeyCredentialsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorProfile.ApiKeyCredentialsProperty>
CfnConnectorProfile.ApiKeyCredentialsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorProfile.ApiKeyCredentialsProperty.Builder |
apiKey(String apiKey)
Sets the value of
CfnConnectorProfile.ApiKeyCredentialsProperty.getApiKey() |
CfnConnectorProfile.ApiKeyCredentialsProperty.Builder |
apiSecretKey(String apiSecretKey)
Sets the value of
CfnConnectorProfile.ApiKeyCredentialsProperty.getApiSecretKey() |
CfnConnectorProfile.ApiKeyCredentialsProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnConnectorProfile.ApiKeyCredentialsProperty.Builder apiKey(String apiKey)
CfnConnectorProfile.ApiKeyCredentialsProperty.getApiKey()apiKey - `CfnConnectorProfile.ApiKeyCredentialsProperty.ApiKey`. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.ApiKeyCredentialsProperty.Builder apiSecretKey(String apiSecretKey)
CfnConnectorProfile.ApiKeyCredentialsProperty.getApiSecretKey()apiSecretKey - `CfnConnectorProfile.ApiKeyCredentialsProperty.ApiSecretKey`.this@Stability(value=Stable) public CfnConnectorProfile.ApiKeyCredentialsProperty build()
build in interface software.amazon.jsii.Builder<CfnConnectorProfile.ApiKeyCredentialsProperty>CfnConnectorProfile.ApiKeyCredentialsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.