Interface AddOnRequest.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AddOnRequest.Builder,,- AddOnRequest> - SdkBuilder<AddOnRequest.Builder,,- AddOnRequest> - SdkPojo
- Enclosing class:
- AddOnRequest
- 
Method SummaryModifier and TypeMethodDescriptionThe add-on type.The add-on type.default AddOnRequest.BuilderautoSnapshotAddOnRequest(Consumer<AutoSnapshotAddOnRequest.Builder> autoSnapshotAddOnRequest) An object that represents additional parameters when enabling or modifying the automatic snapshot add-on.autoSnapshotAddOnRequest(AutoSnapshotAddOnRequest autoSnapshotAddOnRequest) An object that represents additional parameters when enabling or modifying the automatic snapshot add-on.default AddOnRequest.BuilderstopInstanceOnIdleRequest(Consumer<StopInstanceOnIdleRequest.Builder> stopInstanceOnIdleRequest) An object that represents additional parameters when enabling or modifying theStopInstanceOnIdleadd-on.stopInstanceOnIdleRequest(StopInstanceOnIdleRequest stopInstanceOnIdleRequest) An object that represents additional parameters when enabling or modifying theStopInstanceOnIdleadd-on.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, sdkFieldNameToField, sdkFields
- 
Method Details- 
addOnTypeThe add-on type. - Parameters:
- addOnType- The add-on type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
addOnTypeThe add-on type. - Parameters:
- addOnType- The add-on type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
autoSnapshotAddOnRequestAn object that represents additional parameters when enabling or modifying the automatic snapshot add-on. - Parameters:
- autoSnapshotAddOnRequest- An object that represents additional parameters when enabling or modifying the automatic snapshot add-on.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
autoSnapshotAddOnRequestdefault AddOnRequest.Builder autoSnapshotAddOnRequest(Consumer<AutoSnapshotAddOnRequest.Builder> autoSnapshotAddOnRequest) An object that represents additional parameters when enabling or modifying the automatic snapshot add-on. This is a convenience method that creates an instance of theAutoSnapshotAddOnRequest.Builderavoiding the need to create one manually viaAutoSnapshotAddOnRequest.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toautoSnapshotAddOnRequest(AutoSnapshotAddOnRequest).- Parameters:
- autoSnapshotAddOnRequest- a consumer that will call methods on- AutoSnapshotAddOnRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stopInstanceOnIdleRequestAn object that represents additional parameters when enabling or modifying the StopInstanceOnIdleadd-on.This object only applies to Lightsail for Research resources. - Parameters:
- stopInstanceOnIdleRequest- An object that represents additional parameters when enabling or modifying the- StopInstanceOnIdleadd-on.- This object only applies to Lightsail for Research resources. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stopInstanceOnIdleRequestdefault AddOnRequest.Builder stopInstanceOnIdleRequest(Consumer<StopInstanceOnIdleRequest.Builder> stopInstanceOnIdleRequest) An object that represents additional parameters when enabling or modifying the StopInstanceOnIdleadd-on.This object only applies to Lightsail for Research resources. StopInstanceOnIdleRequest.Builderavoiding the need to create one manually viaStopInstanceOnIdleRequest.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostopInstanceOnIdleRequest(StopInstanceOnIdleRequest).- Parameters:
- stopInstanceOnIdleRequest- a consumer that will call methods on- StopInstanceOnIdleRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-