Interface DescribeDeviceFleetResponse.Builder

  • Method Details

    • deviceFleetName

      DescribeDeviceFleetResponse.Builder deviceFleetName(String deviceFleetName)

      The name of the fleet.

      Parameters:
      deviceFleetName - The name of the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deviceFleetArn

      DescribeDeviceFleetResponse.Builder deviceFleetArn(String deviceFleetArn)

      The The Amazon Resource Name (ARN) of the fleet.

      Parameters:
      deviceFleetArn - The The Amazon Resource Name (ARN) of the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputConfig

      The output configuration for storing sampled data.

      Parameters:
      outputConfig - The output configuration for storing sampled data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputConfig

      The output configuration for storing sampled data.

      This is a convenience method that creates an instance of the EdgeOutputConfig.Builder avoiding the need to create one manually via EdgeOutputConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to outputConfig(EdgeOutputConfig).

      Parameters:
      outputConfig - a consumer that will call methods on EdgeOutputConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      DescribeDeviceFleetResponse.Builder description(String description)

      A description of the fleet.

      Parameters:
      description - A description of the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      DescribeDeviceFleetResponse.Builder creationTime(Instant creationTime)

      Timestamp of when the device fleet was created.

      Parameters:
      creationTime - Timestamp of when the device fleet was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      DescribeDeviceFleetResponse.Builder lastModifiedTime(Instant lastModifiedTime)

      Timestamp of when the device fleet was last updated.

      Parameters:
      lastModifiedTime - Timestamp of when the device fleet was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).

      Parameters:
      roleArn - The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iotRoleAlias

      DescribeDeviceFleetResponse.Builder iotRoleAlias(String iotRoleAlias)

      The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).

      Parameters:
      iotRoleAlias - The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).
      Returns:
      Returns a reference to this object so that method calls can be chained together.