@Generated(value="software.amazon.awssdk:codegen") public final class ProviderEndpointConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProviderEndpointConfiguration.Builder,ProviderEndpointConfiguration>
The required configuration fields to use with the provider service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProviderEndpointConfiguration.Builder |
static class |
ProviderEndpointConfiguration.Type |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ProviderMarketplaceConfiguration marketplaceConfiguration()
The identifiers of the provider service, from Data Exchange.
public ProviderEndpointConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProviderEndpointConfiguration.Builder,ProviderEndpointConfiguration>public static ProviderEndpointConfiguration.Builder builder()
public static Class<? extends ProviderEndpointConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static ProviderEndpointConfiguration fromMarketplaceConfiguration(ProviderMarketplaceConfiguration marketplaceConfiguration)
marketplaceConfiguration() initialized to the given value.
The identifiers of the provider service, from Data Exchange.
marketplaceConfiguration - The identifiers of the provider service, from Data Exchange.public static ProviderEndpointConfiguration fromMarketplaceConfiguration(Consumer<ProviderMarketplaceConfiguration.Builder> marketplaceConfiguration)
marketplaceConfiguration() initialized to the given value.
The identifiers of the provider service, from Data Exchange.
marketplaceConfiguration - The identifiers of the provider service, from Data Exchange.public ProviderEndpointConfiguration.Type type()
ProviderEndpointConfiguration.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be ProviderEndpointConfiguration.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.