Interface WorkloadProfile.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkloadProfile.Builder,
,WorkloadProfile> SdkBuilder<WorkloadProfile.Builder,
,WorkloadProfile> SdkPojo
- Enclosing class:
WorkloadProfile
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-