Uses of Interface
software.amazon.awssdk.services.appflow.model.HoneycodeMetadata.Builder
-
Packages that use HoneycodeMetadata.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of HoneycodeMetadata.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return HoneycodeMetadata.Builder Modifier and Type Method Description static HoneycodeMetadata.BuilderHoneycodeMetadata. builder()HoneycodeMetadata.BuilderHoneycodeMetadata.Builder. oAuthScopes(String... oAuthScopes)The desired authorization scope for the Amazon Honeycode account.HoneycodeMetadata.BuilderHoneycodeMetadata.Builder. oAuthScopes(Collection<String> oAuthScopes)The desired authorization scope for the Amazon Honeycode account.HoneycodeMetadata.BuilderHoneycodeMetadata. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type HoneycodeMetadata.Builder Modifier and Type Method Description static Class<? extends HoneycodeMetadata.Builder>HoneycodeMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type HoneycodeMetadata.Builder Modifier and Type Method Description default ConnectorMetadata.BuilderConnectorMetadata.Builder. honeycode(Consumer<HoneycodeMetadata.Builder> honeycode)The connector metadata specific to Amazon Honeycode.
-