public static interface AccountFreeTrialInfo.Builder extends SdkPojo, CopyableBuilder<AccountFreeTrialInfo.Builder,AccountFreeTrialInfo>
| Modifier and Type | Method and Description |
|---|---|
AccountFreeTrialInfo.Builder |
accountId(String accountId)
The account identifier of the GuardDuty member account.
|
default AccountFreeTrialInfo.Builder |
dataSources(Consumer<DataSourcesFreeTrial.Builder> dataSources)
Deprecated.
This parameter is deprecated, use Features instead
|
AccountFreeTrialInfo.Builder |
dataSources(DataSourcesFreeTrial dataSources)
Deprecated.
This parameter is deprecated, use Features instead
|
AccountFreeTrialInfo.Builder |
features(Collection<FreeTrialFeatureConfigurationResult> features)
A list of features enabled for the GuardDuty account.
|
AccountFreeTrialInfo.Builder |
features(Consumer<FreeTrialFeatureConfigurationResult.Builder>... features)
A list of features enabled for the GuardDuty account.
|
AccountFreeTrialInfo.Builder |
features(FreeTrialFeatureConfigurationResult... features)
A list of features enabled for the GuardDuty account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountFreeTrialInfo.Builder accountId(String accountId)
The account identifier of the GuardDuty member account.
accountId - The account identifier of the GuardDuty member account.@Deprecated AccountFreeTrialInfo.Builder dataSources(DataSourcesFreeTrial dataSources)
Describes the data source enabled for the GuardDuty member account.
dataSources - Describes the data source enabled for the GuardDuty member account.@Deprecated default AccountFreeTrialInfo.Builder dataSources(Consumer<DataSourcesFreeTrial.Builder> dataSources)
Describes the data source enabled for the GuardDuty member account.
This is a convenience method that creates an instance of theDataSourcesFreeTrial.Builder avoiding
the need to create one manually via DataSourcesFreeTrial.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dataSources(DataSourcesFreeTrial).
dataSources - a consumer that will call methods on DataSourcesFreeTrial.BuilderdataSources(DataSourcesFreeTrial)AccountFreeTrialInfo.Builder features(Collection<FreeTrialFeatureConfigurationResult> features)
A list of features enabled for the GuardDuty account.
features - A list of features enabled for the GuardDuty account.AccountFreeTrialInfo.Builder features(FreeTrialFeatureConfigurationResult... features)
A list of features enabled for the GuardDuty account.
features - A list of features enabled for the GuardDuty account.AccountFreeTrialInfo.Builder features(Consumer<FreeTrialFeatureConfigurationResult.Builder>... features)
A list of features enabled for the GuardDuty account.
This is a convenience method that creates an instance of theFreeTrialFeatureConfigurationResult.Builder avoiding
the need to create one manually via
FreeTrialFeatureConfigurationResult.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #features(List.
features - a consumer that will call methods on
FreeTrialFeatureConfigurationResult.Builder#features(java.util.Collection) Copyright © 2023. All rights reserved.