Interface AIWorkloadConfigSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIWorkloadConfigSummary.Builder,,AIWorkloadConfigSummary> SdkBuilder<AIWorkloadConfigSummary.Builder,,AIWorkloadConfigSummary> SdkPojo
- Enclosing class:
AIWorkloadConfigSummary
@Mutable
@NotThreadSafe
public static interface AIWorkloadConfigSummary.Builder
extends SdkPojo, CopyableBuilder<AIWorkloadConfigSummary.Builder,AIWorkloadConfigSummary>
-
Method Summary
Modifier and TypeMethodDescriptionaiWorkloadConfigArn(String aiWorkloadConfigArn) The Amazon Resource Name (ARN) of the AI workload configuration.aiWorkloadConfigName(String aiWorkloadConfigName) The name of the AI workload configuration.creationTime(Instant creationTime) A timestamp that indicates when the configuration was created.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, sdkFieldNameToField, sdkFields
-
Method Details
-
aiWorkloadConfigName
The name of the AI workload configuration.
- Parameters:
aiWorkloadConfigName- The name of the AI workload configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aiWorkloadConfigArn
The Amazon Resource Name (ARN) of the AI workload configuration.
- Parameters:
aiWorkloadConfigArn- The Amazon Resource Name (ARN) of the AI workload configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
A timestamp that indicates when the configuration was created.
- Parameters:
creationTime- A timestamp that indicates when the configuration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-