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