Interface EmailOutboundMode.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EmailOutboundMode.Builder,EmailOutboundMode>,SdkBuilder<EmailOutboundMode.Builder,EmailOutboundMode>,SdkPojo
- Enclosing class:
- EmailOutboundMode
public static interface EmailOutboundMode.Builder extends SdkPojo, CopyableBuilder<EmailOutboundMode.Builder,EmailOutboundMode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default EmailOutboundMode.Builderagentless(Consumer<AgentlessConfig.Builder> agentless)Sets the value of the Agentless property for this object.EmailOutboundMode.Builderagentless(AgentlessConfig agentless)Sets the value of the Agentless property for this object.-
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 Detail
-
agentless
EmailOutboundMode.Builder agentless(AgentlessConfig agentless)
Sets the value of the Agentless property for this object.- Parameters:
agentless- The new value for the Agentless property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentless
default EmailOutboundMode.Builder agentless(Consumer<AgentlessConfig.Builder> agentless)
Sets the value of the Agentless property for this object. This is a convenience method that creates an instance of theAgentlessConfig.Builderavoiding the need to create one manually viaAgentlessConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentless(AgentlessConfig).- Parameters:
agentless- a consumer that will call methods onAgentlessConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
agentless(AgentlessConfig)
-
-