Interface CreateRoutingProfileResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<CreateRoutingProfileResponse.Builder,,CreateRoutingProfileResponse> SdkBuilder<CreateRoutingProfileResponse.Builder,,CreateRoutingProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateRoutingProfileResponse
public static interface CreateRoutingProfileResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateRoutingProfileResponse.Builder,CreateRoutingProfileResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionroutingProfileArn(String routingProfileArn) The Amazon Resource Name (ARN) of the routing profile.routingProfileId(String routingProfileId) The identifier of 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
routingProfileArn
The Amazon Resource Name (ARN) of the routing profile.
- Parameters:
 routingProfileArn- The Amazon Resource Name (ARN) of the routing profile.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
routingProfileId
The identifier of the routing profile.
- Parameters:
 routingProfileId- The identifier of the routing profile.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -