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 Details

    • 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.