Interface FreeTrialInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FreeTrialInfo.Builder,FreeTrialInfo>,SdkBuilder<FreeTrialInfo.Builder,FreeTrialInfo>,SdkPojo
- Enclosing class:
- FreeTrialInfo
public static interface FreeTrialInfo.Builder extends SdkPojo, CopyableBuilder<FreeTrialInfo.Builder,FreeTrialInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FreeTrialInfo.Builderend(Instant end)The date and time that the Amazon Inspector free trail ends for a given account.FreeTrialInfo.Builderstart(Instant start)The date and time that the Amazon Inspector free trail started for a given account.FreeTrialInfo.Builderstatus(String status)The order to sort results by.FreeTrialInfo.Builderstatus(FreeTrialStatus status)The order to sort results by.FreeTrialInfo.Buildertype(String type)The type of scan covered by the Amazon Inspector free trail.FreeTrialInfo.Buildertype(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, sdkFields
-
-
-
-
Method Detail
-
end
FreeTrialInfo.Builder end(Instant 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
FreeTrialInfo.Builder start(Instant 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
FreeTrialInfo.Builder status(String 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:
FreeTrialStatus,FreeTrialStatus
-
status
FreeTrialInfo.Builder status(FreeTrialStatus 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:
FreeTrialStatus,FreeTrialStatus
-
type
FreeTrialInfo.Builder type(String 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:
FreeTrialType,FreeTrialType
-
type
FreeTrialInfo.Builder type(FreeTrialType 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:
FreeTrialType,FreeTrialType
-
-