Interface GetVoiceConnectorExternalSystemsConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ChimeSdkVoiceResponse.Builder
,CopyableBuilder<GetVoiceConnectorExternalSystemsConfigurationResponse.Builder,
,GetVoiceConnectorExternalSystemsConfigurationResponse> SdkBuilder<GetVoiceConnectorExternalSystemsConfigurationResponse.Builder,
,GetVoiceConnectorExternalSystemsConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetVoiceConnectorExternalSystemsConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetVoiceConnectorExternalSystemsConfigurationResponse.Builder
extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<GetVoiceConnectorExternalSystemsConfigurationResponse.Builder,GetVoiceConnectorExternalSystemsConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexternalSystemsConfiguration
(Consumer<ExternalSystemsConfiguration.Builder> externalSystemsConfiguration) An object that contains information about an external systems configuration for a Voice Connector.externalSystemsConfiguration
(ExternalSystemsConfiguration externalSystemsConfiguration) An object that contains information about an external systems configuration for a Voice Connector.Methods inherited from interface software.amazon.awssdk.services.chimesdkvoice.model.ChimeSdkVoiceResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
externalSystemsConfiguration
GetVoiceConnectorExternalSystemsConfigurationResponse.Builder externalSystemsConfiguration(ExternalSystemsConfiguration externalSystemsConfiguration) An object that contains information about an external systems configuration for a Voice Connector.
- Parameters:
externalSystemsConfiguration
- An object that contains information about an external systems configuration for a Voice Connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalSystemsConfiguration
default GetVoiceConnectorExternalSystemsConfigurationResponse.Builder externalSystemsConfiguration(Consumer<ExternalSystemsConfiguration.Builder> externalSystemsConfiguration) An object that contains information about an external systems configuration for a Voice Connector.
This is a convenience method that creates an instance of theExternalSystemsConfiguration.Builder
avoiding the need to create one manually viaExternalSystemsConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexternalSystemsConfiguration(ExternalSystemsConfiguration)
.- Parameters:
externalSystemsConfiguration
- a consumer that will call methods onExternalSystemsConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-