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
Modifier and TypeMethodDescriptionroutingProfile(Consumer<RoutingProfile.Builder> routingProfile) The routing profile.routingProfile(RoutingProfile routingProfile) The routing profile.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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:
 
 
 -