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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceProfile.Builderarn(String arn)The Amazon Resource Name of the resource.ServiceProfile.Builderid(String id)The ID of the service profile.ServiceProfile.Buildername(String name)The name of the resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
ServiceProfile.Builder arn(String 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
ServiceProfile.Builder name(String 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
ServiceProfile.Builder id(String 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.
-
-