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
Modifier and TypeMethodDescriptionprofileArn(String profileArn) The profile ARN.profileVersion(String profileVersion) The profile version.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
-
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
The profile version.
- Parameters:
profileVersion- The profile version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-