Interface AwsEksWorkloadInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEksWorkloadInfo.Builder,
,AwsEksWorkloadInfo> SdkBuilder<AwsEksWorkloadInfo.Builder,
,AwsEksWorkloadInfo> SdkPojo
- Enclosing class:
AwsEksWorkloadInfo
@Mutable
@NotThreadSafe
public static interface AwsEksWorkloadInfo.Builder
extends SdkPojo, CopyableBuilder<AwsEksWorkloadInfo.Builder,AwsEksWorkloadInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the workload.The workload type.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
-
name
The name of the workload.
- Parameters:
name
- The name of the workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The workload type.
- Parameters:
type
- The workload type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-