Interface GetVoiceConnectorExternalSystemsConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkVoiceResponse.Builder,CopyableBuilder<GetVoiceConnectorExternalSystemsConfigurationResponse.Builder,GetVoiceConnectorExternalSystemsConfigurationResponse>,SdkBuilder<GetVoiceConnectorExternalSystemsConfigurationResponse.Builder,GetVoiceConnectorExternalSystemsConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetVoiceConnectorExternalSystemsConfigurationResponse
public static interface GetVoiceConnectorExternalSystemsConfigurationResponse.Builder extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<GetVoiceConnectorExternalSystemsConfigurationResponse.Builder,GetVoiceConnectorExternalSystemsConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetVoiceConnectorExternalSystemsConfigurationResponse.BuilderexternalSystemsConfiguration(Consumer<ExternalSystemsConfiguration.Builder> externalSystemsConfiguration)An object that contains information about an external systems configuration for a Voice Connector.GetVoiceConnectorExternalSystemsConfigurationResponse.BuilderexternalSystemsConfiguration(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 Detail
-
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.Builderavoiding the need to create one manually viaExternalSystemsConfiguration.builder().When the
Consumercompletes,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:
externalSystemsConfiguration(ExternalSystemsConfiguration)
-
-