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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
endThe 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.
 
- 
startThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
typeThe 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:
 
- 
typeThe 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:
 
 
-