Interface IPAddressBasedRemoteInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IPAddressBasedRemoteInfo.Builder,IPAddressBasedRemoteInfo>,SdkBuilder<IPAddressBasedRemoteInfo.Builder,IPAddressBasedRemoteInfo>,SdkPojo
- Enclosing class:
- IPAddressBasedRemoteInfo
public static interface IPAddressBasedRemoteInfo.Builder extends SdkPojo, CopyableBuilder<IPAddressBasedRemoteInfo.Builder,IPAddressBasedRemoteInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPAddressBasedRemoteInfo.BuilderauthType(String authType)The type of authorization.IPAddressBasedRemoteInfo.BuilderauthType(AuthType authType)The type of authorization.IPAddressBasedRemoteInfo.BuilderipAddressConfigurationTimeStamp(String ipAddressConfigurationTimeStamp)The time stamp of the configuration.IPAddressBasedRemoteInfo.BuilderosType(String osType)The type of the operating system.IPAddressBasedRemoteInfo.BuilderosType(OSType osType)The type of the operating system.-
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
-
authType
IPAddressBasedRemoteInfo.Builder authType(String authType)
The type of authorization.
-
authType
IPAddressBasedRemoteInfo.Builder authType(AuthType authType)
The type of authorization.
-
ipAddressConfigurationTimeStamp
IPAddressBasedRemoteInfo.Builder ipAddressConfigurationTimeStamp(String ipAddressConfigurationTimeStamp)
The time stamp of the configuration.
- Parameters:
ipAddressConfigurationTimeStamp- The time stamp of the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
osType
IPAddressBasedRemoteInfo.Builder osType(String osType)
The type of the operating system.
-
osType
IPAddressBasedRemoteInfo.Builder osType(OSType osType)
The type of the operating system.
-
-