Interface ModuleParameters.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModuleParameters.Builder,
,ModuleParameters> SdkBuilder<ModuleParameters.Builder,
,ModuleParameters> SdkPojo
- Enclosing class:
ModuleParameters
@Mutable
@NotThreadSafe
public static interface ModuleParameters.Builder
extends SdkPojo, CopyableBuilder<ModuleParameters.Builder,ModuleParameters>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ModuleParameters.Builder
Describes the parameters of a no bid module.noBid
(NoBidModuleParameters noBid) Describes the parameters of a no bid module.default ModuleParameters.Builder
openRtbAttribute
(Consumer<OpenRtbAttributeModuleParameters.Builder> openRtbAttribute) Describes the parameters of an open RTB attribute module.openRtbAttribute
(OpenRtbAttributeModuleParameters openRtbAttribute) Describes the parameters of an open RTB attribute module.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, sdkFieldNameToField, sdkFields
-
Method Details
-
noBid
Describes the parameters of a no bid module.
- Parameters:
noBid
- Describes the parameters of a no bid module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
noBid
Describes the parameters of a no bid module.
This is a convenience method that creates an instance of theNoBidModuleParameters.Builder
avoiding the need to create one manually viaNoBidModuleParameters.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonoBid(NoBidModuleParameters)
.- Parameters:
noBid
- a consumer that will call methods onNoBidModuleParameters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
openRtbAttribute
Describes the parameters of an open RTB attribute module.
- Parameters:
openRtbAttribute
- Describes the parameters of an open RTB attribute module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openRtbAttribute
default ModuleParameters.Builder openRtbAttribute(Consumer<OpenRtbAttributeModuleParameters.Builder> openRtbAttribute) Describes the parameters of an open RTB attribute module.
This is a convenience method that creates an instance of theOpenRtbAttributeModuleParameters.Builder
avoiding the need to create one manually viaOpenRtbAttributeModuleParameters.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toopenRtbAttribute(OpenRtbAttributeModuleParameters)
.- Parameters:
openRtbAttribute
- a consumer that will call methods onOpenRtbAttributeModuleParameters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-