Interface GetDataCatalogRequest.Builder
-
- All Superinterfaces:
AthenaRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetDataCatalogRequest.Builder,GetDataCatalogRequest>,SdkBuilder<GetDataCatalogRequest.Builder,GetDataCatalogRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDataCatalogRequest
public static interface GetDataCatalogRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<GetDataCatalogRequest.Builder,GetDataCatalogRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDataCatalogRequest.Buildername(String name)The name of the data catalog to return.GetDataCatalogRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDataCatalogRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDataCatalogRequest.BuilderworkGroup(String workGroup)The name of the workgroup.-
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
-
name
GetDataCatalogRequest.Builder name(String name)
The name of the data catalog to return.
- Parameters:
name- The name of the data catalog to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workGroup
GetDataCatalogRequest.Builder workGroup(String workGroup)
The name of the workgroup. Required if making an IAM Identity Center request.
- Parameters:
workGroup- The name of the workgroup. Required if making an IAM Identity Center request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDataCatalogRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDataCatalogRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-