Interface CreateSipMediaApplicationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeSdkVoiceRequest.Builder
,CopyableBuilder<CreateSipMediaApplicationRequest.Builder,
,CreateSipMediaApplicationRequest> SdkBuilder<CreateSipMediaApplicationRequest.Builder,
,CreateSipMediaApplicationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateSipMediaApplicationRequest
@Mutable
@NotThreadSafe
public static interface CreateSipMediaApplicationRequest.Builder
extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<CreateSipMediaApplicationRequest.Builder,CreateSipMediaApplicationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS Region assigned to the SIP media application.endpoints
(Collection<SipMediaApplicationEndpoint> endpoints) List of endpoints (Lambda ARNs) specified for the SIP media application.endpoints
(Consumer<SipMediaApplicationEndpoint.Builder>... endpoints) List of endpoints (Lambda ARNs) specified for the SIP media application.endpoints
(SipMediaApplicationEndpoint... endpoints) List of endpoints (Lambda ARNs) specified for the SIP media application.The SIP media application's name.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags
(Collection<Tag> tags) The tags assigned to the SIP media application.tags
(Consumer<Tag.Builder>... tags) The tags assigned to the SIP media application.The tags assigned to the SIP media application.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.chimesdkvoice.model.ChimeSdkVoiceRequest.Builder
build
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
-
Method Details
-
awsRegion
The AWS Region assigned to the SIP media application.
- Parameters:
awsRegion
- The AWS Region assigned to the SIP media application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The SIP media application's name.
- Parameters:
name
- The SIP media application's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
CreateSipMediaApplicationRequest.Builder endpoints(Collection<SipMediaApplicationEndpoint> endpoints) List of endpoints (Lambda ARNs) specified for the SIP media application.
- Parameters:
endpoints
- List of endpoints (Lambda ARNs) specified for the SIP media application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
List of endpoints (Lambda ARNs) specified for the SIP media application.
- Parameters:
endpoints
- List of endpoints (Lambda ARNs) specified for the SIP media application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
CreateSipMediaApplicationRequest.Builder endpoints(Consumer<SipMediaApplicationEndpoint.Builder>... endpoints) List of endpoints (Lambda ARNs) specified for the SIP media application.
This is a convenience method that creates an instance of theSipMediaApplicationEndpoint.Builder
avoiding the need to create one manually viaSipMediaApplicationEndpoint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toendpoints(List<SipMediaApplicationEndpoint>)
.- Parameters:
endpoints
- a consumer that will call methods onSipMediaApplicationEndpoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags assigned to the SIP media application.
- Parameters:
tags
- The tags assigned to the SIP media application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags assigned to the SIP media application.
- Parameters:
tags
- The tags assigned to the SIP media application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags assigned to the SIP media application.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateSipMediaApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateSipMediaApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-