@Stability(value=Stable) public static final class CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorProfile.CustomConnectorProfileCredentialsProperty>
| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Builder authenticationType(String authenticationType)
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.getAuthenticationType()authenticationType - `CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.AuthenticationType`. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Builder apiKey(CfnConnectorProfile.ApiKeyCredentialsProperty apiKey)
apiKey - `CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.ApiKey`.this@Stability(value=Stable) public CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Builder apiKey(IResolvable apiKey)
apiKey - `CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.ApiKey`.this@Stability(value=Stable) public CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Builder basic(CfnConnectorProfile.BasicAuthCredentialsProperty basic)
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.getBasic()basic - `CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Basic`.this@Stability(value=Stable) public CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Builder basic(IResolvable basic)
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.getBasic()basic - `CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Basic`.this@Stability(value=Stable) public CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Builder custom(CfnConnectorProfile.CustomAuthCredentialsProperty custom)
custom - `CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Custom`.this@Stability(value=Stable) public CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Builder custom(IResolvable custom)
custom - `CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Custom`.this@Stability(value=Stable) public CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Builder oauth2(CfnConnectorProfile.OAuth2CredentialsProperty oauth2)
oauth2 - `CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Oauth2`.this@Stability(value=Stable) public CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Builder oauth2(IResolvable oauth2)
oauth2 - `CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Oauth2`.this@Stability(value=Stable) public CfnConnectorProfile.CustomConnectorProfileCredentialsProperty build()
build in interface software.amazon.jsii.Builder<CfnConnectorProfile.CustomConnectorProfileCredentialsProperty>CfnConnectorProfile.CustomConnectorProfileCredentialsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.