Uses of Interface
software.amazon.awssdk.services.athena.model.WorkGroup.Builder
-
Packages that use WorkGroup.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of WorkGroup.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return WorkGroup.Builder Modifier and Type Method Description static WorkGroup.BuilderWorkGroup. builder()default WorkGroup.BuilderWorkGroup.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.BuilderWorkGroup.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.BuilderWorkGroup.Builder. creationTime(Instant creationTime)The date and time the workgroup was created.WorkGroup.BuilderWorkGroup.Builder. description(String description)The workgroup description.WorkGroup.BuilderWorkGroup.Builder. identityCenterApplicationArn(String identityCenterApplicationArn)The ARN of the IAM Identity Center enabled application associated with the workgroup.WorkGroup.BuilderWorkGroup.Builder. name(String name)The workgroup name.WorkGroup.BuilderWorkGroup.Builder. state(String state)The state of the workgroup: ENABLED or DISABLED.WorkGroup.BuilderWorkGroup.Builder. state(WorkGroupState state)The state of the workgroup: ENABLED or DISABLED.WorkGroup.BuilderWorkGroup. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type WorkGroup.Builder Modifier and Type Method Description static Class<? extends WorkGroup.Builder>WorkGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type WorkGroup.Builder Modifier and Type Method Description default GetWorkGroupResponse.BuilderGetWorkGroupResponse.Builder. workGroup(Consumer<WorkGroup.Builder> workGroup)Information about the workgroup.
-