Interface GetDatabaseRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDatabaseRequest.Builder,GetDatabaseRequest>,GlueRequest.Builder,SdkBuilder<GetDatabaseRequest.Builder,GetDatabaseRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDatabaseRequest
public static interface GetDatabaseRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetDatabaseRequest.Builder,GetDatabaseRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDatabaseRequest.BuildercatalogId(String catalogId)The ID of the Data Catalog in which the database resides.GetDatabaseRequest.Buildername(String name)The name of the database to retrieve.GetDatabaseRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDatabaseRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.services.glue.model.GlueRequest.Builder
build
-
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
-
catalogId
GetDatabaseRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default.
- Parameters:
catalogId- The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetDatabaseRequest.Builder name(String name)
The name of the database to retrieve. For Hive compatibility, this should be all lowercase.
- Parameters:
name- The name of the database to retrieve. For Hive compatibility, this should be all lowercase.- 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
-
-