static WorkGroupSummary.Builder |
WorkGroupSummary.builder() |
|
WorkGroupSummary.Builder |
WorkGroupSummary.Builder.creationTime(Instant creationTime) |
The workgroup creation date and time.
|
WorkGroupSummary.Builder |
WorkGroupSummary.Builder.description(String description) |
The workgroup description.
|
default WorkGroupSummary.Builder |
WorkGroupSummary.Builder.engineVersion(Consumer<EngineVersion.Builder> engineVersion) |
The engine version setting for all queries on the workgroup.
|
WorkGroupSummary.Builder |
WorkGroupSummary.Builder.engineVersion(EngineVersion engineVersion) |
The engine version setting for all queries on the workgroup.
|
WorkGroupSummary.Builder |
WorkGroupSummary.Builder.identityCenterApplicationArn(String identityCenterApplicationArn) |
The ARN of the IAM Identity Center enabled application associated with the workgroup.
|
WorkGroupSummary.Builder |
WorkGroupSummary.Builder.name(String name) |
The name of the workgroup.
|
WorkGroupSummary.Builder |
WorkGroupSummary.Builder.state(String state) |
The state of the workgroup.
|
WorkGroupSummary.Builder |
WorkGroupSummary.Builder.state(WorkGroupState state) |
The state of the workgroup.
|
WorkGroupSummary.Builder |
WorkGroupSummary.toBuilder() |
|