public static interface ConnectorProfile.Builder extends SdkPojo, CopyableBuilder<ConnectorProfile.Builder,ConnectorProfile>
Modifier and Type | Method and Description |
---|---|
ConnectorProfile.Builder |
connectionMode(ConnectionMode connectionMode)
Indicates the connection mode and if it is public or private.
|
ConnectorProfile.Builder |
connectionMode(String connectionMode)
Indicates the connection mode and if it is public or private.
|
ConnectorProfile.Builder |
connectorProfileArn(String connectorProfileArn)
The Amazon Resource Name (ARN) of the connector profile.
|
ConnectorProfile.Builder |
connectorProfileName(String connectorProfileName)
The name of the connector profile.
|
ConnectorProfile.Builder |
connectorProfileProperties(ConnectorProfileProperties connectorProfileProperties)
The connector-specific properties of the profile configuration.
|
default ConnectorProfile.Builder |
connectorProfileProperties(Consumer<ConnectorProfileProperties.Builder> connectorProfileProperties)
The connector-specific properties of the profile configuration.
|
ConnectorProfile.Builder |
connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorProfile.Builder |
connectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorProfile.Builder |
createdAt(Instant createdAt)
Specifies when the connector profile was created.
|
ConnectorProfile.Builder |
credentialsArn(String credentialsArn)
The Amazon Resource Name (ARN) of the connector profile credentials.
|
ConnectorProfile.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the connector profile was last updated.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ConnectorProfile.Builder connectorProfileArn(String connectorProfileArn)
The Amazon Resource Name (ARN) of the connector profile.
connectorProfileArn
- The Amazon Resource Name (ARN) of the connector profile.ConnectorProfile.Builder connectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile
in the AWS
account.
connectorProfileName
- The name of the connector profile. The name is unique for each ConnectorProfile
in the
AWS account.ConnectorProfile.Builder connectorType(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
,
ConnectorType
ConnectorProfile.Builder connectorType(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
,
ConnectorType
ConnectorProfile.Builder connectionMode(String connectionMode)
Indicates the connection mode and if it is public or private.
connectionMode
- Indicates the connection mode and if it is public or private.ConnectionMode
,
ConnectionMode
ConnectorProfile.Builder connectionMode(ConnectionMode connectionMode)
Indicates the connection mode and if it is public or private.
connectionMode
- Indicates the connection mode and if it is public or private.ConnectionMode
,
ConnectionMode
ConnectorProfile.Builder credentialsArn(String credentialsArn)
The Amazon Resource Name (ARN) of the connector profile credentials.
credentialsArn
- The Amazon Resource Name (ARN) of the connector profile credentials.ConnectorProfile.Builder connectorProfileProperties(ConnectorProfileProperties connectorProfileProperties)
The connector-specific properties of the profile configuration.
connectorProfileProperties
- The connector-specific properties of the profile configuration.default ConnectorProfile.Builder connectorProfileProperties(Consumer<ConnectorProfileProperties.Builder> connectorProfileProperties)
The connector-specific properties of the profile configuration.
This is a convenience that creates an instance of theConnectorProfileProperties.Builder
avoiding the
need to create one manually via ConnectorProfileProperties.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to connectorProfileProperties(ConnectorProfileProperties)
.connectorProfileProperties
- a consumer that will call methods on ConnectorProfileProperties.Builder
connectorProfileProperties(ConnectorProfileProperties)
ConnectorProfile.Builder createdAt(Instant createdAt)
Specifies when the connector profile was created.
createdAt
- Specifies when the connector profile was created.ConnectorProfile.Builder lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the connector profile was last updated.
lastUpdatedAt
- Specifies when the connector profile was last updated.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.