@Generated(value="software.amazon.awssdk:codegen") public final class ConferenceProvider extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConferenceProvider.Builder,ConferenceProvider>
An entity that provides a conferencing solution. Alexa for Business acts as the voice interface and mediator that connects users to their preferred conference provider. Examples of conference providers include Amazon Chime, Zoom, Cisco, and Polycom.
Modifier and Type | Class and Description |
---|---|
static interface |
ConferenceProvider.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The ARN of the newly created conference provider.
|
static ConferenceProvider.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IPDialIn |
ipDialIn()
The IP endpoint and protocol for calling.
|
MeetingSetting |
meetingSetting()
The meeting settings for the conference provider.
|
String |
name()
The name of the conference provider.
|
PSTNDialIn |
pstnDialIn()
The information for PSTN conferencing.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConferenceProvider.Builder> |
serializableBuilderClass() |
ConferenceProvider.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
ConferenceProviderType |
type()
The type of conference providers.
|
String |
typeAsString()
The type of conference providers.
|
copy
public String arn()
The ARN of the newly created conference provider.
public String name()
The name of the conference provider.
public ConferenceProviderType type()
The type of conference providers.
If the service returns an enum value that is not available in the current SDK version, type
will return
ConferenceProviderType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
ConferenceProviderType
public String typeAsString()
The type of conference providers.
If the service returns an enum value that is not available in the current SDK version, type
will return
ConferenceProviderType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
ConferenceProviderType
public IPDialIn ipDialIn()
The IP endpoint and protocol for calling.
public PSTNDialIn pstnDialIn()
The information for PSTN conferencing.
public MeetingSetting meetingSetting()
The meeting settings for the conference provider.
public ConferenceProvider.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConferenceProvider.Builder,ConferenceProvider>
public static ConferenceProvider.Builder builder()
public static Class<? extends ConferenceProvider.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.