Interface FreeTrialInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FreeTrialInfo.Builder,
,FreeTrialInfo> SdkBuilder<FreeTrialInfo.Builder,
,FreeTrialInfo> SdkPojo
- Enclosing class:
FreeTrialInfo
@Mutable
@NotThreadSafe
public static interface FreeTrialInfo.Builder
extends SdkPojo, CopyableBuilder<FreeTrialInfo.Builder,FreeTrialInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time that the Amazon Inspector free trail ends for a given account.The date and time that the Amazon Inspector free trail started for a given account.The order to sort results by.status
(FreeTrialStatus status) The order to sort results by.The type of scan covered by the Amazon Inspector free trail.type
(FreeTrialType type) The type of scan covered by the Amazon Inspector free trail.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
-
Method Details
-
end
The date and time that the Amazon Inspector free trail ends for a given account.
- Parameters:
end
- The date and time that the Amazon Inspector free trail ends for a given account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
start
The date and time that the Amazon Inspector free trail started for a given account.
- Parameters:
start
- The date and time that the Amazon Inspector free trail started for a given account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The order to sort results by.
- Parameters:
status
- The order to sort results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The order to sort results by.
- Parameters:
status
- The order to sort results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of scan covered by the Amazon Inspector free trail.
- Parameters:
type
- The type of scan covered by the Amazon Inspector free trail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of scan covered by the Amazon Inspector free trail.
- Parameters:
type
- The type of scan covered by the Amazon Inspector free trail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-