Interface RoutedResource.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RoutedResource.Builder,,RoutedResource> SdkBuilder<RoutedResource.Builder,,RoutedResource> SdkPojo
- Enclosing class:
 RoutedResource
public static interface RoutedResource.Builder
extends SdkPojo, CopyableBuilder<RoutedResource.Builder,RoutedResource> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the routed resource.The name of the routed resource.Methods 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, sdkFields 
- 
Method Details
- 
name
The name of the routed resource.
- Parameters:
 name- The name of the routed resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
arn
The ARN of the routed resource. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.
- Parameters:
 arn- The ARN of the routed resource. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -