Class UpdateDeviceFleetRequest

    • Method Detail

      • deviceFleetName

        public final String deviceFleetName()

        The name of the fleet.

        Returns:
        The name of the fleet.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of the device.

        Returns:
        The Amazon Resource Name (ARN) of the device.
      • description

        public final String description()

        Description of the fleet.

        Returns:
        Description of the fleet.
      • outputConfig

        public final EdgeOutputConfig outputConfig()

        Output configuration for storing sample data collected by the fleet.

        Returns:
        Output configuration for storing sample data collected by the fleet.
      • enableIotRoleAlias

        public final Boolean enableIotRoleAlias()

        Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".

        For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".

        Returns:
        Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".

        For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object