Interface WiFiSimpleSetupConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WiFiSimpleSetupConfiguration.Builder,,WiFiSimpleSetupConfiguration> SdkBuilder<WiFiSimpleSetupConfiguration.Builder,,WiFiSimpleSetupConfiguration> SdkPojo
- Enclosing class:
WiFiSimpleSetupConfiguration
@Mutable
@NotThreadSafe
public static interface WiFiSimpleSetupConfiguration.Builder
extends SdkPojo, CopyableBuilder<WiFiSimpleSetupConfiguration.Builder,WiFiSimpleSetupConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionenableAsProvisionee(Boolean enableAsProvisionee) Indicates whether the device can act as a provisionee in Wi-Fi Simple Setup, allowing it to be configured by other devices.enableAsProvisioner(Boolean enableAsProvisioner) Indicates whether the device can act as a provisioner in Wi-Fi Simple Setup, allowing it to configure other devices.timeoutInMinutes(Integer timeoutInMinutes) The timeout duration in minutes for Wi-Fi Simple Setup.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
-
enableAsProvisioner
Indicates whether the device can act as a provisioner in Wi-Fi Simple Setup, allowing it to configure other devices.
- Parameters:
enableAsProvisioner- Indicates whether the device can act as a provisioner in Wi-Fi Simple Setup, allowing it to configure other devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableAsProvisionee
Indicates whether the device can act as a provisionee in Wi-Fi Simple Setup, allowing it to be configured by other devices.
- Parameters:
enableAsProvisionee- Indicates whether the device can act as a provisionee in Wi-Fi Simple Setup, allowing it to be configured by other devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeoutInMinutes
The timeout duration in minutes for Wi-Fi Simple Setup. Valid range is 5 to 15 minutes.
- Parameters:
timeoutInMinutes- The timeout duration in minutes for Wi-Fi Simple Setup. Valid range is 5 to 15 minutes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-