public static final class CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty.Builder |
password(java.lang.String password)
|
CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty.Builder |
username(java.lang.String username)
|
public CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty.Builder password(java.lang.String password)
password
- The password that corresponds to the user name. This parameter is required.this
public CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty.Builder username(java.lang.String username)
username
- The name of the user. This parameter is required.this
public CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty build()
CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty
java.lang.NullPointerException
- if any required attribute was not provided