Interface SmsOutboundMode.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SmsOutboundMode.Builder,SmsOutboundMode>,SdkBuilder<SmsOutboundMode.Builder,SmsOutboundMode>,SdkPojo
- Enclosing class:
- SmsOutboundMode
public static interface SmsOutboundMode.Builder extends SdkPojo, CopyableBuilder<SmsOutboundMode.Builder,SmsOutboundMode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SmsOutboundMode.Builderagentless(Consumer<AgentlessConfig.Builder> agentless)Sets the value of the Agentless property for this object.SmsOutboundMode.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
SmsOutboundMode.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 SmsOutboundMode.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)
-
-