Interface EmailOutboundMode.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EmailOutboundMode.Builder,,EmailOutboundMode> SdkBuilder<EmailOutboundMode.Builder,,EmailOutboundMode> SdkPojo
- Enclosing class:
EmailOutboundMode
@Mutable
@NotThreadSafe
public static interface EmailOutboundMode.Builder
extends SdkPojo, CopyableBuilder<EmailOutboundMode.Builder,EmailOutboundMode>
-
Method Summary
Modifier and TypeMethodDescriptiondefault EmailOutboundMode.Builderagentless(Consumer<AgentlessConfig.Builder> agentless) Sets the value of the Agentless property for this object.agentless(AgentlessConfig agentless) Sets the value of the Agentless property for this object.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
-
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
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:
-