Interface GetDatabaseRequest.Builder
-
- All Superinterfaces:
AthenaRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetDatabaseRequest.Builder,GetDatabaseRequest>,SdkBuilder<GetDatabaseRequest.Builder,GetDatabaseRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDatabaseRequest
public static interface GetDatabaseRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<GetDatabaseRequest.Builder,GetDatabaseRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDatabaseRequest.BuildercatalogName(String catalogName)The name of the data catalog that contains the database to return.GetDatabaseRequest.BuilderdatabaseName(String databaseName)The name of the database to return.GetDatabaseRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDatabaseRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDatabaseRequest.BuilderworkGroup(String workGroup)The name of the workgroup for which the metadata is being fetched.-
Methods inherited from interface software.amazon.awssdk.services.athena.model.AthenaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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 Detail
-
catalogName
GetDatabaseRequest.Builder catalogName(String catalogName)
The name of the data catalog that contains the database to return.
- Parameters:
catalogName- The name of the data catalog that contains the database to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
GetDatabaseRequest.Builder databaseName(String databaseName)
The name of the database to return.
- Parameters:
databaseName- The name of the database to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workGroup
GetDatabaseRequest.Builder workGroup(String workGroup)
The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.
- Parameters:
workGroup- The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDatabaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDatabaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-