JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class UpdateDeviceFleetRequest

    • Constructor Detail

      • UpdateDeviceFleetRequest

        public UpdateDeviceFleetRequest()
    • Method Detail

      • setDeviceFleetName

        public void setDeviceFleetName(String deviceFleetName)

        The name of the fleet.

        Parameters:
        deviceFleetName - The name of the fleet.
      • getDeviceFleetName

        public String getDeviceFleetName()

        The name of the fleet.

        Returns:
        The name of the fleet.
      • withDeviceFleetName

        public UpdateDeviceFleetRequest withDeviceFleetName(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.
      • setRoleArn

        public void setRoleArn(String roleArn)

        The Amazon Resource Name (ARN) of the device.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the device.
      • getRoleArn

        public String getRoleArn()

        The Amazon Resource Name (ARN) of the device.

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

        public UpdateDeviceFleetRequest withRoleArn(String roleArn)

        The Amazon Resource Name (ARN) of the device.

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

        public void setDescription(String description)

        Description of the fleet.

        Parameters:
        description - Description of the fleet.
      • getDescription

        public String getDescription()

        Description of the fleet.

        Returns:
        Description of the fleet.
      • withDescription

        public UpdateDeviceFleetRequest withDescription(String description)

        Description of the fleet.

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

        public void setOutputConfig(EdgeOutputConfig outputConfig)

        Output configuration for storing sample data collected by the fleet.

        Parameters:
        outputConfig - Output configuration for storing sample data collected by the fleet.
      • getOutputConfig

        public EdgeOutputConfig getOutputConfig()

        Output configuration for storing sample data collected by the fleet.

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

        public UpdateDeviceFleetRequest withOutputConfig(EdgeOutputConfig outputConfig)

        Output configuration for storing sample data collected by the fleet.

        Parameters:
        outputConfig - Output configuration for storing sample data collected by the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnableIotRoleAlias

        public void setEnableIotRoleAlias(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".

        Parameters:
        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".

      • getEnableIotRoleAlias

        public Boolean getEnableIotRoleAlias()

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

      • withEnableIotRoleAlias

        public UpdateDeviceFleetRequest withEnableIotRoleAlias(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".

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • isEnableIotRoleAlias

        public Boolean isEnableIotRoleAlias()

        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 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /