Interface DeviceNetworkProfileInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeviceNetworkProfileInfo.Builder,DeviceNetworkProfileInfo>,SdkBuilder<DeviceNetworkProfileInfo.Builder,DeviceNetworkProfileInfo>,SdkPojo
- Enclosing class:
- DeviceNetworkProfileInfo
public static interface DeviceNetworkProfileInfo.Builder extends SdkPojo, CopyableBuilder<DeviceNetworkProfileInfo.Builder,DeviceNetworkProfileInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceNetworkProfileInfo.BuildercertificateArn(String certificateArn)The ARN of the certificate associated with a device.DeviceNetworkProfileInfo.BuildercertificateExpirationTime(Instant certificateExpirationTime)The time (in epoch) when the certificate expires.DeviceNetworkProfileInfo.BuildernetworkProfileArn(String networkProfileArn)The ARN of the network profile associated with a device.-
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, sdkFields
-
-
-
-
Method Detail
-
networkProfileArn
DeviceNetworkProfileInfo.Builder networkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
- Parameters:
networkProfileArn- The ARN of the network profile associated with a device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateArn
DeviceNetworkProfileInfo.Builder certificateArn(String certificateArn)
The ARN of the certificate associated with a device.
- Parameters:
certificateArn- The ARN of the certificate associated with a device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateExpirationTime
DeviceNetworkProfileInfo.Builder certificateExpirationTime(Instant certificateExpirationTime)
The time (in epoch) when the certificate expires.
- Parameters:
certificateExpirationTime- The time (in epoch) when the certificate expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-