public static interface FreeTrialInfo.Builder extends SdkPojo, CopyableBuilder<FreeTrialInfo.Builder,FreeTrialInfo>
| Modifier and Type | Method and Description |
|---|---|
FreeTrialInfo.Builder |
end(Instant end)
The date and time that the Amazon Inspector free trail ends for a given account.
|
FreeTrialInfo.Builder |
start(Instant start)
The date and time that the Amazon Inspector free trail started for a given account.
|
FreeTrialInfo.Builder |
status(FreeTrialStatus status)
The order to sort results by.
|
FreeTrialInfo.Builder |
status(String status)
The order to sort results by.
|
FreeTrialInfo.Builder |
type(FreeTrialType type)
The type of scan covered by the Amazon Inspector free trail.
|
FreeTrialInfo.Builder |
type(String type)
The type of scan covered by the Amazon Inspector free trail.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFreeTrialInfo.Builder end(Instant end)
The date and time that the Amazon Inspector free trail ends for a given account.
end - The date and time that the Amazon Inspector free trail ends for a given account.FreeTrialInfo.Builder start(Instant start)
The date and time that the Amazon Inspector free trail started for a given account.
start - The date and time that the Amazon Inspector free trail started for a given account.FreeTrialInfo.Builder status(String status)
The order to sort results by.
status - The order to sort results by.FreeTrialStatus,
FreeTrialStatusFreeTrialInfo.Builder status(FreeTrialStatus status)
The order to sort results by.
status - The order to sort results by.FreeTrialStatus,
FreeTrialStatusFreeTrialInfo.Builder type(String type)
The type of scan covered by the Amazon Inspector free trail.
type - The type of scan covered by the Amazon Inspector free trail.FreeTrialType,
FreeTrialTypeFreeTrialInfo.Builder type(FreeTrialType type)
The type of scan covered by the Amazon Inspector free trail.
type - The type of scan covered by the Amazon Inspector free trail.FreeTrialType,
FreeTrialTypeCopyright © 2023. All rights reserved.