Interface ListVoiceConnectorTerminationCredentialsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<ListVoiceConnectorTerminationCredentialsResponse.Builder,ListVoiceConnectorTerminationCredentialsResponse>,SdkBuilder<ListVoiceConnectorTerminationCredentialsResponse.Builder,ListVoiceConnectorTerminationCredentialsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListVoiceConnectorTerminationCredentialsResponse
public static interface ListVoiceConnectorTerminationCredentialsResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<ListVoiceConnectorTerminationCredentialsResponse.Builder,ListVoiceConnectorTerminationCredentialsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVoiceConnectorTerminationCredentialsResponse.Builderusernames(String... usernames)A list of user names.ListVoiceConnectorTerminationCredentialsResponse.Builderusernames(Collection<String> usernames)A list of user names.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
usernames
ListVoiceConnectorTerminationCredentialsResponse.Builder usernames(Collection<String> usernames)
A list of user names.
- Parameters:
usernames- A list of user names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usernames
ListVoiceConnectorTerminationCredentialsResponse.Builder usernames(String... usernames)
A list of user names.
- Parameters:
usernames- A list of user names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-