@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConnectorProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateConnectorProfileRequest() |
Modifier and Type | Method and Description |
---|---|
CreateConnectorProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The
clientToken parameter is an idempotency token. |
String |
getConnectionMode()
Indicates the connection mode and specifies whether it is public or private.
|
String |
getConnectorLabel()
The label of the connector.
|
ConnectorProfileConfig |
getConnectorProfileConfig()
Defines the connector-specific configuration and credentials.
|
String |
getConnectorProfileName()
The name of the connector profile.
|
String |
getConnectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
|
String |
getKmsArn()
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The
clientToken parameter is an idempotency token. |
void |
setConnectionMode(String connectionMode)
Indicates the connection mode and specifies whether it is public or private.
|
void |
setConnectorLabel(String connectorLabel)
The label of the connector.
|
void |
setConnectorProfileConfig(ConnectorProfileConfig connectorProfileConfig)
Defines the connector-specific configuration and credentials.
|
void |
setConnectorProfileName(String connectorProfileName)
The name of the connector profile.
|
void |
setConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
void |
setKmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
String |
toString()
Returns a string representation of this object.
|
CreateConnectorProfileRequest |
withClientToken(String clientToken)
The
clientToken parameter is an idempotency token. |
CreateConnectorProfileRequest |
withConnectionMode(ConnectionMode connectionMode)
Indicates the connection mode and specifies whether it is public or private.
|
CreateConnectorProfileRequest |
withConnectionMode(String connectionMode)
Indicates the connection mode and specifies whether it is public or private.
|
CreateConnectorProfileRequest |
withConnectorLabel(String connectorLabel)
The label of the connector.
|
CreateConnectorProfileRequest |
withConnectorProfileConfig(ConnectorProfileConfig connectorProfileConfig)
Defines the connector-specific configuration and credentials.
|
CreateConnectorProfileRequest |
withConnectorProfileName(String connectorProfileName)
The name of the connector profile.
|
CreateConnectorProfileRequest |
withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
CreateConnectorProfileRequest |
withConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
CreateConnectorProfileRequest |
withKmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setConnectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile
in your Amazon Web
Services account.
connectorProfileName
- The name of the connector profile. The name is unique for each ConnectorProfile
in your
Amazon Web Services account.public String getConnectorProfileName()
The name of the connector profile. The name is unique for each ConnectorProfile
in your Amazon Web
Services account.
ConnectorProfile
in your
Amazon Web Services account.public CreateConnectorProfileRequest withConnectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile
in your Amazon Web
Services account.
connectorProfileName
- The name of the connector profile. The name is unique for each ConnectorProfile
in your
Amazon Web Services account.public void setKmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
kmsArn
- The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is
required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here,
Amazon AppFlow uses the Amazon AppFlow-managed KMS key.public String getKmsArn()
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
public CreateConnectorProfileRequest withKmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
kmsArn
- The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is
required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here,
Amazon AppFlow uses the Amazon AppFlow-managed KMS key.public void setConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorType
- The type of connector, such as Salesforce, Amplitude, and so on.ConnectorType
public String getConnectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
ConnectorType
public CreateConnectorProfileRequest withConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorType
- The type of connector, such as Salesforce, Amplitude, and so on.ConnectorType
public CreateConnectorProfileRequest withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorType
- The type of connector, such as Salesforce, Amplitude, and so on.ConnectorType
public void setConnectorLabel(String connectorLabel)
The label of the connector. The label is unique for each ConnectorRegistration
in your Amazon Web
Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
connectorLabel
- The label of the connector. The label is unique for each ConnectorRegistration
in your Amazon
Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.public String getConnectorLabel()
The label of the connector. The label is unique for each ConnectorRegistration
in your Amazon Web
Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
ConnectorRegistration
in your
Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.public CreateConnectorProfileRequest withConnectorLabel(String connectorLabel)
The label of the connector. The label is unique for each ConnectorRegistration
in your Amazon Web
Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
connectorLabel
- The label of the connector. The label is unique for each ConnectorRegistration
in your Amazon
Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.public void setConnectionMode(String connectionMode)
Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the public internet.
connectionMode
- Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon Web
Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the
public internet.ConnectionMode
public String getConnectionMode()
Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the public internet.
ConnectionMode
public CreateConnectorProfileRequest withConnectionMode(String connectionMode)
Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the public internet.
connectionMode
- Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon Web
Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the
public internet.ConnectionMode
public CreateConnectorProfileRequest withConnectionMode(ConnectionMode connectionMode)
Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the public internet.
connectionMode
- Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon Web
Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the
public internet.ConnectionMode
public void setConnectorProfileConfig(ConnectorProfileConfig connectorProfileConfig)
Defines the connector-specific configuration and credentials.
connectorProfileConfig
- Defines the connector-specific configuration and credentials.public ConnectorProfileConfig getConnectorProfileConfig()
Defines the connector-specific configuration and credentials.
public CreateConnectorProfileRequest withConnectorProfileConfig(ConnectorProfileConfig connectorProfileConfig)
Defines the connector-specific configuration and credentials.
connectorProfileConfig
- Defines the connector-specific configuration and credentials.public void setClientToken(String clientToken)
The clientToken
parameter is an idempotency token. It ensures that your
CreateConnectorProfile
request completes only once. You choose the value to pass. For example, if
you don't receive a response from your request, you can safely retry the request with the same
clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a value for
you. This way, the SDK can safely retry requests multiple times after a network error. You must provide your own
value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a different
value for clientToken
, Amazon AppFlow considers it a new call to CreateConnectorProfile
. The token is active for 8 hours.
clientToken
- The clientToken
parameter is an idempotency token. It ensures that your
CreateConnectorProfile
request completes only once. You choose the value to pass. For
example, if you don't receive a response from your request, you can safely retry the request with the same
clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a
value for you. This way, the SDK can safely retry requests multiple times after a network error. You must
provide your own value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a
different value for clientToken
, Amazon AppFlow considers it a new call to
CreateConnectorProfile
. The token is active for 8 hours.
public String getClientToken()
The clientToken
parameter is an idempotency token. It ensures that your
CreateConnectorProfile
request completes only once. You choose the value to pass. For example, if
you don't receive a response from your request, you can safely retry the request with the same
clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a value for
you. This way, the SDK can safely retry requests multiple times after a network error. You must provide your own
value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a different
value for clientToken
, Amazon AppFlow considers it a new call to CreateConnectorProfile
. The token is active for 8 hours.
clientToken
parameter is an idempotency token. It ensures that your
CreateConnectorProfile
request completes only once. You choose the value to pass. For
example, if you don't receive a response from your request, you can safely retry the request with the
same clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a
value for you. This way, the SDK can safely retry requests multiple times after a network error. You must
provide your own value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a
different value for clientToken
, Amazon AppFlow considers it a new call to
CreateConnectorProfile
. The token is active for 8 hours.
public CreateConnectorProfileRequest withClientToken(String clientToken)
The clientToken
parameter is an idempotency token. It ensures that your
CreateConnectorProfile
request completes only once. You choose the value to pass. For example, if
you don't receive a response from your request, you can safely retry the request with the same
clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a value for
you. This way, the SDK can safely retry requests multiple times after a network error. You must provide your own
value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a different
value for clientToken
, Amazon AppFlow considers it a new call to CreateConnectorProfile
. The token is active for 8 hours.
clientToken
- The clientToken
parameter is an idempotency token. It ensures that your
CreateConnectorProfile
request completes only once. You choose the value to pass. For
example, if you don't receive a response from your request, you can safely retry the request with the same
clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a
value for you. This way, the SDK can safely retry requests multiple times after a network error. You must
provide your own value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a
different value for clientToken
, Amazon AppFlow considers it a new call to
CreateConnectorProfile
. The token is active for 8 hours.
public String toString()
toString
in class Object
Object.toString()
public CreateConnectorProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()