Interface UpdateDataLakeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDataLakeRequest.Builder,UpdateDataLakeRequest>,SdkBuilder<UpdateDataLakeRequest.Builder,UpdateDataLakeRequest>,SdkPojo,SdkRequest.Builder,SecurityLakeRequest.Builder
- Enclosing class:
- UpdateDataLakeRequest
public static interface UpdateDataLakeRequest.Builder extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<UpdateDataLakeRequest.Builder,UpdateDataLakeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDataLakeRequest.Builderconfigurations(Collection<DataLakeConfiguration> configurations)Specifies the Region or Regions that will contribute data to the rollup region.UpdateDataLakeRequest.Builderconfigurations(Consumer<DataLakeConfiguration.Builder>... configurations)Specifies the Region or Regions that will contribute data to the rollup region.UpdateDataLakeRequest.Builderconfigurations(DataLakeConfiguration... configurations)Specifies the Region or Regions that will contribute data to the rollup region.UpdateDataLakeRequest.BuildermetaStoreManagerRoleArn(String metaStoreManagerRoleArn)The Amazon Resource Name (ARN) used to create and update the Glue table.UpdateDataLakeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDataLakeRequest.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securitylake.model.SecurityLakeRequest.Builder
build
-
-
-
-
Method Detail
-
configurations
UpdateDataLakeRequest.Builder configurations(Collection<DataLakeConfiguration> configurations)
Specifies the Region or Regions that will contribute data to the rollup region.
- Parameters:
configurations- Specifies the Region or Regions that will contribute data to the rollup region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurations
UpdateDataLakeRequest.Builder configurations(DataLakeConfiguration... configurations)
Specifies the Region or Regions that will contribute data to the rollup region.
- Parameters:
configurations- Specifies the Region or Regions that will contribute data to the rollup region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurations
UpdateDataLakeRequest.Builder configurations(Consumer<DataLakeConfiguration.Builder>... configurations)
Specifies the Region or Regions that will contribute data to the rollup region.
This is a convenience method that creates an instance of theDataLakeConfiguration.Builderavoiding the need to create one manually viaDataLakeConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#configurations(List.) - Parameters:
configurations- a consumer that will call methods onDataLakeConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#configurations(java.util.Collection)
-
metaStoreManagerRoleArn
UpdateDataLakeRequest.Builder metaStoreManagerRoleArn(String metaStoreManagerRoleArn)
The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.
- Parameters:
metaStoreManagerRoleArn- The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDataLakeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDataLakeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-