Interface SmsOutboundMode.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SmsOutboundMode.Builder,
,SmsOutboundMode> SdkBuilder<SmsOutboundMode.Builder,
,SmsOutboundMode> SdkPojo
- Enclosing class:
SmsOutboundMode
@Mutable
@NotThreadSafe
public static interface SmsOutboundMode.Builder
extends SdkPojo, CopyableBuilder<SmsOutboundMode.Builder,SmsOutboundMode>
-
Method Summary
Modifier and TypeMethodDescriptiondefault SmsOutboundMode.Builder
agentless
(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
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
-
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.Builder
avoiding the need to create one manually viaAgentlessConfig.builder()
.When the
Consumer
completes,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:
-