Interface ModelPackageGroupSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ModelPackageGroupSummary.Builder,,ModelPackageGroupSummary> SdkBuilder<ModelPackageGroupSummary.Builder,,ModelPackageGroupSummary> SdkPojo
- Enclosing class:
ModelPackageGroupSummary
@Mutable
@NotThreadSafe
public static interface ModelPackageGroupSummary.Builder
extends SdkPojo, CopyableBuilder<ModelPackageGroupSummary.Builder,ModelPackageGroupSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime(Instant creationTime) The time that the model group was created.default ModelPackageGroupSummary.BuildermanagedConfiguration(Consumer<ManagedConfiguration.Builder> managedConfiguration) The managed configuration of the model package group.managedConfiguration(ManagedConfiguration managedConfiguration) The managed configuration of the model package group.modelPackageGroupArn(String modelPackageGroupArn) The Amazon Resource Name (ARN) of the model group.modelPackageGroupDescription(String modelPackageGroupDescription) A description of the model group.modelPackageGroupName(String modelPackageGroupName) The name of the model group.modelPackageGroupStatus(String modelPackageGroupStatus) The status of the model group.modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus) The status of the model group.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
-
modelPackageGroupName
The name of the model group.
- Parameters:
modelPackageGroupName- The name of the model group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageGroupArn
The Amazon Resource Name (ARN) of the model group.
- Parameters:
modelPackageGroupArn- The Amazon Resource Name (ARN) of the model group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageGroupDescription
A description of the model group.
- Parameters:
modelPackageGroupDescription- A description of the model group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time that the model group was created.
- Parameters:
creationTime- The time that the model group was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageGroupStatus
The status of the model group.
- Parameters:
modelPackageGroupStatus- The status of the model group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelPackageGroupStatus
ModelPackageGroupSummary.Builder modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus) The status of the model group.
- Parameters:
modelPackageGroupStatus- The status of the model group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
managedConfiguration
The managed configuration of the model package group.
- Parameters:
managedConfiguration- The managed configuration of the model package group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedConfiguration
default ModelPackageGroupSummary.Builder managedConfiguration(Consumer<ManagedConfiguration.Builder> managedConfiguration) The managed configuration of the model package group.
This is a convenience method that creates an instance of theManagedConfiguration.Builderavoiding the need to create one manually viaManagedConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomanagedConfiguration(ManagedConfiguration).- Parameters:
managedConfiguration- a consumer that will call methods onManagedConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-