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)
Describes the data source enabled for the GuardDuty member account.
|
AccountFreeTrialInfo.Builder |
dataSources(DataSourcesFreeTrial dataSources)
Describes the data source enabled for the GuardDuty member 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.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.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)Copyright © 2022. All rights reserved.