Interface CreateSipMediaApplicationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkVoiceRequest.Builder,CopyableBuilder<CreateSipMediaApplicationRequest.Builder,CreateSipMediaApplicationRequest>,SdkBuilder<CreateSipMediaApplicationRequest.Builder,CreateSipMediaApplicationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSipMediaApplicationRequest
public static interface CreateSipMediaApplicationRequest.Builder extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<CreateSipMediaApplicationRequest.Builder,CreateSipMediaApplicationRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
awsRegion
CreateSipMediaApplicationRequest.Builder awsRegion(String 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
CreateSipMediaApplicationRequest.Builder name(String 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
CreateSipMediaApplicationRequest.Builder endpoints(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
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.Builderavoiding the need to create one manually viaSipMediaApplicationEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#endpoints(List.) - 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:
#endpoints(java.util.Collection)
-
tags
CreateSipMediaApplicationRequest.Builder tags(Collection<Tag> 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
CreateSipMediaApplicationRequest.Builder tags(Tag... 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
CreateSipMediaApplicationRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the SIP media application.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
CreateSipMediaApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSipMediaApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-