Interface FreeTrialAccountInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FreeTrialAccountInfo.Builder,,FreeTrialAccountInfo> SdkBuilder<FreeTrialAccountInfo.Builder,,FreeTrialAccountInfo> SdkPojo
- Enclosing class:
FreeTrialAccountInfo
@Mutable
@NotThreadSafe
public static interface FreeTrialAccountInfo.Builder
extends SdkPojo, CopyableBuilder<FreeTrialAccountInfo.Builder,FreeTrialAccountInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe account associated with the Amazon Inspector free trial information.freeTrialInfo(Collection<FreeTrialInfo> freeTrialInfo) Contains information about the Amazon Inspector free trial for an account.freeTrialInfo(Consumer<FreeTrialInfo.Builder>... freeTrialInfo) Contains information about the Amazon Inspector free trial for an account.freeTrialInfo(FreeTrialInfo... freeTrialInfo) Contains information about the Amazon Inspector free trial for an account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accountId
The account associated with the Amazon Inspector free trial information.
- Parameters:
accountId- The account associated with the Amazon Inspector free trial information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
freeTrialInfo
Contains information about the Amazon Inspector free trial for an account.
- Parameters:
freeTrialInfo- Contains information about the Amazon Inspector free trial for an account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
freeTrialInfo
Contains information about the Amazon Inspector free trial for an account.
- Parameters:
freeTrialInfo- Contains information about the Amazon Inspector free trial for an account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
freeTrialInfo
Contains information about the Amazon Inspector free trial for an account.
This is a convenience method that creates an instance of theFreeTrialInfo.Builderavoiding the need to create one manually viaFreeTrialInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofreeTrialInfo(List<FreeTrialInfo>).- Parameters:
freeTrialInfo- a consumer that will call methods onFreeTrialInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-