Interface GetGlobalSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<GetGlobalSettingsResponse.Builder,GetGlobalSettingsResponse>,SdkBuilder<GetGlobalSettingsResponse.Builder,GetGlobalSettingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetGlobalSettingsResponse
public static interface GetGlobalSettingsResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<GetGlobalSettingsResponse.Builder,GetGlobalSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetGlobalSettingsResponse.BuilderbusinessCalling(Consumer<BusinessCallingSettings.Builder> businessCalling)The Amazon Chime Business Calling settings.GetGlobalSettingsResponse.BuilderbusinessCalling(BusinessCallingSettings businessCalling)The Amazon Chime Business Calling settings.default GetGlobalSettingsResponse.BuildervoiceConnector(Consumer<VoiceConnectorSettings.Builder> voiceConnector)The Amazon Chime Voice Connector settings.GetGlobalSettingsResponse.BuildervoiceConnector(VoiceConnectorSettings voiceConnector)The Amazon Chime Voice Connector settings.-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeResponse.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
-
businessCalling
GetGlobalSettingsResponse.Builder businessCalling(BusinessCallingSettings businessCalling)
The Amazon Chime Business Calling settings.
- Parameters:
businessCalling- The Amazon Chime Business Calling settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
businessCalling
default GetGlobalSettingsResponse.Builder businessCalling(Consumer<BusinessCallingSettings.Builder> businessCalling)
The Amazon Chime Business Calling settings.
This is a convenience method that creates an instance of theBusinessCallingSettings.Builderavoiding the need to create one manually viaBusinessCallingSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobusinessCalling(BusinessCallingSettings).- Parameters:
businessCalling- a consumer that will call methods onBusinessCallingSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
businessCalling(BusinessCallingSettings)
-
voiceConnector
GetGlobalSettingsResponse.Builder voiceConnector(VoiceConnectorSettings voiceConnector)
The Amazon Chime Voice Connector settings.
- Parameters:
voiceConnector- The Amazon Chime Voice Connector settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceConnector
default GetGlobalSettingsResponse.Builder voiceConnector(Consumer<VoiceConnectorSettings.Builder> voiceConnector)
The Amazon Chime Voice Connector settings.
This is a convenience method that creates an instance of theVoiceConnectorSettings.Builderavoiding the need to create one manually viaVoiceConnectorSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovoiceConnector(VoiceConnectorSettings).- Parameters:
voiceConnector- a consumer that will call methods onVoiceConnectorSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
voiceConnector(VoiceConnectorSettings)
-
-