Interface ServiceProfile.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ServiceProfile.Builder,,ServiceProfile> SdkBuilder<ServiceProfile.Builder,,ServiceProfile> SdkPojo
- Enclosing class:
 ServiceProfile
public static interface ServiceProfile.Builder
extends SdkPojo, CopyableBuilder<ServiceProfile.Builder,ServiceProfile> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name of the resource.The ID of the service profile.The name of the 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
- 
arn
The Amazon Resource Name of the resource.
- Parameters:
 arn- The Amazon Resource Name of the resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name of the resource.
- Parameters:
 name- The name of the resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
id
The ID of the service profile.
- Parameters:
 id- The ID of the service profile.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -