Interface DescribeRoutingProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<DescribeRoutingProfileResponse.Builder,DescribeRoutingProfileResponse>,SdkBuilder<DescribeRoutingProfileResponse.Builder,DescribeRoutingProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeRoutingProfileResponse
public static interface DescribeRoutingProfileResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeRoutingProfileResponse.Builder,DescribeRoutingProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeRoutingProfileResponse.BuilderroutingProfile(Consumer<RoutingProfile.Builder> routingProfile)The routing profile.DescribeRoutingProfileResponse.BuilderroutingProfile(RoutingProfile routingProfile)The routing profile.-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.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
-
routingProfile
DescribeRoutingProfileResponse.Builder routingProfile(RoutingProfile routingProfile)
The routing profile.
- Parameters:
routingProfile- The routing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingProfile
default DescribeRoutingProfileResponse.Builder routingProfile(Consumer<RoutingProfile.Builder> routingProfile)
The routing profile.
This is a convenience method that creates an instance of theRoutingProfile.Builderavoiding the need to create one manually viaRoutingProfile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toroutingProfile(RoutingProfile).- Parameters:
routingProfile- a consumer that will call methods onRoutingProfile.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
routingProfile(RoutingProfile)
-
-