public static interface FreeTrialAccountInfo.Builder extends SdkPojo, CopyableBuilder<FreeTrialAccountInfo.Builder,FreeTrialAccountInfo>
| Modifier and Type | Method and Description |
|---|---|
FreeTrialAccountInfo.Builder |
accountId(String accountId)
The account associated with the Amazon Inspector free trial information.
|
FreeTrialAccountInfo.Builder |
freeTrialInfo(Collection<FreeTrialInfo> freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
|
FreeTrialAccountInfo.Builder |
freeTrialInfo(Consumer<FreeTrialInfo.Builder>... freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
|
FreeTrialAccountInfo.Builder |
freeTrialInfo(FreeTrialInfo... freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFreeTrialAccountInfo.Builder accountId(String accountId)
The account associated with the Amazon Inspector free trial information.
accountId - The account associated with the Amazon Inspector free trial information.FreeTrialAccountInfo.Builder freeTrialInfo(Collection<FreeTrialInfo> freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
freeTrialInfo - Contains information about the Amazon Inspector free trial for an account.FreeTrialAccountInfo.Builder freeTrialInfo(FreeTrialInfo... freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
freeTrialInfo - Contains information about the Amazon Inspector free trial for an account.FreeTrialAccountInfo.Builder freeTrialInfo(Consumer<FreeTrialInfo.Builder>... freeTrialInfo)
Contains information about the Amazon Inspector free trial for an account.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #freeTrialInfo(List) .freeTrialInfo - a consumer that will call methods on List.Builder #freeTrialInfo(List) Copyright © 2022. All rights reserved.