Interface ManagedWorkgroupListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ManagedWorkgroupListItem.Builder,
,ManagedWorkgroupListItem> SdkBuilder<ManagedWorkgroupListItem.Builder,
,ManagedWorkgroupListItem> SdkPojo
- Enclosing class:
ManagedWorkgroupListItem
@Mutable
@NotThreadSafe
public static interface ManagedWorkgroupListItem.Builder
extends SdkPojo, CopyableBuilder<ManagedWorkgroupListItem.Builder,ManagedWorkgroupListItem>
-
Method Summary
Modifier and TypeMethodDescriptioncreationDate
(Instant creationDate) The creation date of the managed workgroup.managedWorkgroupId
(String managedWorkgroupId) The unique identifier of the managed workgroup.managedWorkgroupName
(String managedWorkgroupName) The name of the managed workgroup.The Amazon Resource Name (ARN) for the managed workgroup in the AWS Glue Data Catalog.The status of the managed workgroup.status
(ManagedWorkgroupStatus status) The status of the managed workgroup.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
-
creationDate
The creation date of the managed workgroup.
- Parameters:
creationDate
- The creation date of the managed workgroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedWorkgroupId
The unique identifier of the managed workgroup.
- Parameters:
managedWorkgroupId
- The unique identifier of the managed workgroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedWorkgroupName
The name of the managed workgroup.
- Parameters:
managedWorkgroupName
- The name of the managed workgroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceArn
The Amazon Resource Name (ARN) for the managed workgroup in the AWS Glue Data Catalog.
- Parameters:
sourceArn
- The Amazon Resource Name (ARN) for the managed workgroup in the AWS Glue Data Catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the managed workgroup.
- Parameters:
status
- The status of the managed workgroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the managed workgroup.
- Parameters:
status
- The status of the managed workgroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-