Interface UpdateDataLakeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateDataLakeRequest.Builder,
,UpdateDataLakeRequest> SdkBuilder<UpdateDataLakeRequest.Builder,
,UpdateDataLakeRequest> SdkPojo
,SdkRequest.Builder
,SecurityLakeRequest.Builder
- Enclosing class:
UpdateDataLakeRequest
@Mutable
@NotThreadSafe
public static interface UpdateDataLakeRequest.Builder
extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<UpdateDataLakeRequest.Builder,UpdateDataLakeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurations
(Collection<DataLakeConfiguration> configurations) Specifies the Region or Regions that will contribute data to the rollup region.configurations
(Consumer<DataLakeConfiguration.Builder>... configurations) Specifies the Region or Regions that will contribute data to the rollup region.configurations
(DataLakeConfiguration... configurations) Specifies the Region or Regions that will contribute data to the rollup region.metaStoreManagerRoleArn
(String metaStoreManagerRoleArn) The Amazon Resource Name (ARN) used to create and update the Glue table.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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.Builder
avoiding the need to create one manually viaDataLakeConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfigurations(List<DataLakeConfiguration>)
.- 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:
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateDataLakeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-