public static interface DescribeConnectorsRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectorsRequest.Builder,DescribeConnectorsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeConnectorsRequest.Builder |
connectorTypes(Collection<ConnectorType> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorsRequest.Builder |
connectorTypes(ConnectorType... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorsRequest.Builder |
connectorTypesWithStrings(Collection<String> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorsRequest.Builder |
connectorTypesWithStrings(String... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorsRequest.Builder |
nextToken(String nextToken)
The pagination token for the next page of data.
|
DescribeConnectorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeConnectorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeConnectorsRequest.Builder connectorTypesWithStrings(Collection<String> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
connectorTypes
- The type of connector, such as Salesforce, Amplitude, and so on. Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
DescribeConnectorsRequest.Builder connectorTypesWithStrings(String... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
connectorTypes
- The type of connector, such as Salesforce, Amplitude, and so on. Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
DescribeConnectorsRequest.Builder connectorTypes(Collection<ConnectorType> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
connectorTypes
- The type of connector, such as Salesforce, Amplitude, and so on. Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
DescribeConnectorsRequest.Builder connectorTypes(ConnectorType... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
connectorTypes
- The type of connector, such as Salesforce, Amplitude, and so on. Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
DescribeConnectorsRequest.Builder nextToken(String nextToken)
The pagination token for the next page of data.
nextToken
- The pagination token for the next page of data.DescribeConnectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeConnectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.