Class UpdateJobRequest

    • Method Detail

      • jobId

        public final String jobId()

        The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

        Returns:
        The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.
      • roleARN

        public final String roleARN()

        The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRoleIdentity and Access Management (IAM) API action.

        Returns:
        The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRoleIdentity and Access Management (IAM) API action.
      • resources

        public final JobResource resources()

        The updated JobResource object, or the updated JobResource object.

        Returns:
        The updated JobResource object, or the updated JobResource object.
      • onDeviceServiceConfiguration

        public final OnDeviceServiceConfiguration onDeviceServiceConfiguration()

        Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System) and the Amazon Web Services Storage Gateway service Tape Gateway type.

        Returns:
        Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System) and the Amazon Web Services Storage Gateway service Tape Gateway type.
      • addressId

        public final String addressId()

        The ID of the updated Address object.

        Returns:
        The ID of the updated Address object.
      • description

        public final String description()

        The updated description of this job's JobMetadata object.

        Returns:
        The updated description of this job's JobMetadata object.
      • snowballCapacityPreference

        public final SnowballCapacity snowballCapacityPreference()

        The updated SnowballCapacityPreference of this job's JobMetadata object. The 50 TB Snowballs are only available in the US regions.

        For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.

        If the service returns an enum value that is not available in the current SDK version, snowballCapacityPreference will return SnowballCapacity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from snowballCapacityPreferenceAsString().

        Returns:
        The updated SnowballCapacityPreference of this job's JobMetadata object. The 50 TB Snowballs are only available in the US regions.

        For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.

        See Also:
        SnowballCapacity
      • snowballCapacityPreferenceAsString

        public final String snowballCapacityPreferenceAsString()

        The updated SnowballCapacityPreference of this job's JobMetadata object. The 50 TB Snowballs are only available in the US regions.

        For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.

        If the service returns an enum value that is not available in the current SDK version, snowballCapacityPreference will return SnowballCapacity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from snowballCapacityPreferenceAsString().

        Returns:
        The updated SnowballCapacityPreference of this job's JobMetadata object. The 50 TB Snowballs are only available in the US regions.

        For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.

        See Also:
        SnowballCapacity
      • forwardingAddressId

        public final String forwardingAddressId()

        The updated ID for the forwarding address for a job. This field is not supported in most regions.

        Returns:
        The updated ID for the forwarding address for a job. This field is not supported in most regions.
      • pickupDetails

        public final PickupDetails pickupDetails()
        Returns the value of the PickupDetails property for this object.
        Returns:
        The value of the PickupDetails property for this object.
      • 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