Package | Description |
---|---|
com.amazonaws.services.athena.model |
Modifier and Type | Method and Description |
---|---|
WorkGroup |
WorkGroup.clone() |
WorkGroup |
GetWorkGroupResult.getWorkGroup()
Information about the workgroup.
|
WorkGroup |
WorkGroup.withConfiguration(WorkGroupConfiguration configuration)
The configuration of the workgroup, which includes the location in Amazon S3 where query and calculation results
are stored, the encryption configuration, if any, used for query and calculation results; whether the Amazon
CloudWatch Metrics are enabled for the workgroup; whether workgroup settings override client-side settings; and
the data usage limits for the amount of data scanned per query or per workgroup.
|
WorkGroup |
WorkGroup.withCreationTime(Date creationTime)
The date and time the workgroup was created.
|
WorkGroup |
WorkGroup.withDescription(String description)
The workgroup description.
|
WorkGroup |
WorkGroup.withName(String name)
The workgroup name.
|
WorkGroup |
WorkGroup.withState(String state)
The state of the workgroup: ENABLED or DISABLED.
|
WorkGroup |
WorkGroup.withState(WorkGroupState state)
The state of the workgroup: ENABLED or DISABLED.
|
Modifier and Type | Method and Description |
---|---|
void |
GetWorkGroupResult.setWorkGroup(WorkGroup workGroup)
Information about the workgroup.
|
GetWorkGroupResult |
GetWorkGroupResult.withWorkGroup(WorkGroup workGroup)
Information about the workgroup.
|
Copyright © 2023. All rights reserved.