public static interface DescribeRoutingProfileResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeRoutingProfileResponse.Builder,DescribeRoutingProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeRoutingProfileResponse.Builder |
routingProfile(Consumer<RoutingProfile.Builder> routingProfile)
The routing profile.
|
DescribeRoutingProfileResponse.Builder |
routingProfile(RoutingProfile routingProfile)
The routing profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRoutingProfileResponse.Builder routingProfile(RoutingProfile routingProfile)
The routing profile.
routingProfile - The routing profile.default DescribeRoutingProfileResponse.Builder routingProfile(Consumer<RoutingProfile.Builder> routingProfile)
The routing profile.
This is a convenience method that creates an instance of theRoutingProfile.Builder avoiding the need
to create one manually via RoutingProfile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to routingProfile(RoutingProfile).
routingProfile - a consumer that will call methods on RoutingProfile.BuilderroutingProfile(RoutingProfile)Copyright © 2023. All rights reserved.