Interface DeviceNetworkProfileInfo.Builder

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