Uses of Interface
software.amazon.awssdk.services.appflow.model.SingularConnectorProfileCredentials.Builder
-
Packages that use SingularConnectorProfileCredentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of SingularConnectorProfileCredentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return SingularConnectorProfileCredentials.Builder Modifier and Type Method Description SingularConnectorProfileCredentials.BuilderSingularConnectorProfileCredentials.Builder. apiKey(String apiKey)A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.static SingularConnectorProfileCredentials.BuilderSingularConnectorProfileCredentials. builder()SingularConnectorProfileCredentials.BuilderSingularConnectorProfileCredentials. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type SingularConnectorProfileCredentials.Builder Modifier and Type Method Description static Class<? extends SingularConnectorProfileCredentials.Builder>SingularConnectorProfileCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type SingularConnectorProfileCredentials.Builder Modifier and Type Method Description default ConnectorProfileCredentials.BuilderConnectorProfileCredentials.Builder. singular(Consumer<SingularConnectorProfileCredentials.Builder> singular)The connector-specific credentials required when using Singular.
-