Interface FreeTrialAccountInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FreeTrialAccountInfo.Builder,FreeTrialAccountInfo>,SdkBuilder<FreeTrialAccountInfo.Builder,FreeTrialAccountInfo>,SdkPojo
- Enclosing class:
- FreeTrialAccountInfo
public static interface FreeTrialAccountInfo.Builder extends SdkPojo, CopyableBuilder<FreeTrialAccountInfo.Builder,FreeTrialAccountInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FreeTrialAccountInfo.BuilderaccountId(String accountId)The account associated with the Amazon Inspector free trial information.FreeTrialAccountInfo.BuilderfreeTrialInfo(Collection<FreeTrialInfo> freeTrialInfo)Contains information about the Amazon Inspector free trial for an account.FreeTrialAccountInfo.BuilderfreeTrialInfo(Consumer<FreeTrialInfo.Builder>... freeTrialInfo)Contains information about the Amazon Inspector free trial for an account.FreeTrialAccountInfo.BuilderfreeTrialInfo(FreeTrialInfo... freeTrialInfo)Contains information about the Amazon Inspector free trial for an account.-
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
-
accountId
FreeTrialAccountInfo.Builder accountId(String 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
FreeTrialAccountInfo.Builder freeTrialInfo(Collection<FreeTrialInfo> 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
FreeTrialAccountInfo.Builder freeTrialInfo(FreeTrialInfo... 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
FreeTrialAccountInfo.Builder freeTrialInfo(Consumer<FreeTrialInfo.Builder>... 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 to#freeTrialInfo(List.) - 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:
#freeTrialInfo(java.util.Collection)
-
-