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 CreateDeviceFleetRequest

    • Constructor Detail

      • CreateDeviceFleetRequest

        public CreateDeviceFleetRequest()
    • Method Detail

      • setDeviceFleetName

        public void setDeviceFleetName(String deviceFleetName)

        The name of the fleet that the device belongs to.

        Parameters:
        deviceFleetName - The name of the fleet that the device belongs to.
      • getDeviceFleetName

        public String getDeviceFleetName()

        The name of the fleet that the device belongs to.

        Returns:
        The name of the fleet that the device belongs to.
      • withDeviceFleetName

        public CreateDeviceFleetRequest withDeviceFleetName(String deviceFleetName)

        The name of the fleet that the device belongs to.

        Parameters:
        deviceFleetName - The name of the fleet that the device belongs to.
        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) 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).
      • getRoleArn

        public String getRoleArn()

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

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

        public CreateDeviceFleetRequest withRoleArn(String 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.
      • setDescription

        public void setDescription(String description)

        A description of the fleet.

        Parameters:
        description - A description of the fleet.
      • getDescription

        public String getDescription()

        A description of the fleet.

        Returns:
        A description of the fleet.
      • withDescription

        public CreateDeviceFleetRequest withDescription(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.
      • setOutputConfig

        public void setOutputConfig(EdgeOutputConfig outputConfig)

        The output configuration for storing sample data collected by the fleet.

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

        public EdgeOutputConfig getOutputConfig()

        The output configuration for storing sample data collected by the fleet.

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

        public CreateDeviceFleetRequest withOutputConfig(EdgeOutputConfig outputConfig)

        The output configuration for storing sample data collected by the fleet.

        Parameters:
        outputConfig - The 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.
      • getTags

        public List<Tag> getTags()

        Creates tags for the specified fleet.

        Returns:
        Creates tags for the specified fleet.
      • setTags

        public void setTags(Collection<Tag> tags)

        Creates tags for the specified fleet.

        Parameters:
        tags - Creates tags for the specified fleet.
      • withTags

        public CreateDeviceFleetRequest withTags(Tag... tags)

        Creates tags for the specified fleet.

        NOTE: This method appends the values to the existing list (if any). Use setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the existing values.

        Parameters:
        tags - Creates tags for the specified fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public CreateDeviceFleetRequest withTags(Collection<Tag> tags)

        Creates tags for the specified fleet.

        Parameters:
        tags - Creates tags for the specified 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 CreateDeviceFleetRequest 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 によって変換されたページ (->オリジナル) /