Interface WorkloadProfile.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkloadProfile.Builder,WorkloadProfile>,SdkBuilder<WorkloadProfile.Builder,WorkloadProfile>,SdkPojo
- Enclosing class:
- WorkloadProfile
public static interface WorkloadProfile.Builder extends SdkPojo, CopyableBuilder<WorkloadProfile.Builder,WorkloadProfile>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadProfile.BuilderprofileArn(String profileArn)The profile ARN.WorkloadProfile.BuilderprofileVersion(String profileVersion)The profile version.-
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
-
profileArn
WorkloadProfile.Builder profileArn(String profileArn)
The profile ARN.
- Parameters:
profileArn- The profile ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileVersion
WorkloadProfile.Builder profileVersion(String profileVersion)
The profile version.
- Parameters:
profileVersion- The profile version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-