public static interface WorkGroup.Builder extends SdkPojo, CopyableBuilder<WorkGroup.Builder,WorkGroup>
| Modifier and Type | Method and Description |
|---|---|
default WorkGroup.Builder |
configuration(Consumer<WorkGroupConfiguration.Builder> 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.Builder |
configuration(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.Builder |
creationTime(Instant creationTime)
The date and time the workgroup was created.
|
WorkGroup.Builder |
description(String description)
The workgroup description.
|
WorkGroup.Builder |
name(String name)
The workgroup name.
|
WorkGroup.Builder |
state(String state)
The state of the workgroup: ENABLED or DISABLED.
|
WorkGroup.Builder |
state(WorkGroupState state)
The state of the workgroup: ENABLED or DISABLED.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkGroup.Builder name(String name)
The workgroup name.
name - The workgroup name.WorkGroup.Builder state(String state)
The state of the workgroup: ENABLED or DISABLED.
state - The state of the workgroup: ENABLED or DISABLED.WorkGroupState,
WorkGroupStateWorkGroup.Builder state(WorkGroupState state)
The state of the workgroup: ENABLED or DISABLED.
state - The state of the workgroup: ENABLED or DISABLED.WorkGroupState,
WorkGroupStateWorkGroup.Builder configuration(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. The workgroup
settings override is specified in EnforceWorkGroupConfiguration (true/false) in the
WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
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. The workgroup settings override is specified in
EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration.
See WorkGroupConfiguration$EnforceWorkGroupConfiguration.default WorkGroup.Builder configuration(Consumer<WorkGroupConfiguration.Builder> 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. The workgroup
settings override is specified in EnforceWorkGroupConfiguration (true/false) in the
WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
WorkGroupConfiguration.Builder avoiding
the need to create one manually via WorkGroupConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to configuration(WorkGroupConfiguration).
configuration - a consumer that will call methods on WorkGroupConfiguration.Builderconfiguration(WorkGroupConfiguration)WorkGroup.Builder description(String description)
The workgroup description.
description - The workgroup description.WorkGroup.Builder creationTime(Instant creationTime)
The date and time the workgroup was created.
creationTime - The date and time the workgroup was created.Copyright © 2023. All rights reserved.