Interface UpdateJobRequest.Builder

    • Method Detail

      • jobId

        UpdateJobRequest.Builder jobId​(String jobId)

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

        Parameters:
        jobId - The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleARN

        UpdateJobRequest.Builder roleARN​(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.

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

        UpdateJobRequest.Builder resources​(JobResource resources)

        The updated JobResource object, or the updated JobResource object.

        Parameters:
        resources - The updated JobResource object, or the updated JobResource object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • onDeviceServiceConfiguration

        UpdateJobRequest.Builder onDeviceServiceConfiguration​(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.

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

        UpdateJobRequest.Builder addressId​(String addressId)

        The ID of the updated Address object.

        Parameters:
        addressId - The ID of the updated Address object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateJobRequest.Builder description​(String description)

        The updated description of this job's JobMetadata object.

        Parameters:
        description - The updated description of this job's JobMetadata object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snowballCapacityPreference

        UpdateJobRequest.Builder snowballCapacityPreference​(String 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.

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

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SnowballCapacity, SnowballCapacity
      • snowballCapacityPreference

        UpdateJobRequest.Builder snowballCapacityPreference​(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.

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

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SnowballCapacity, SnowballCapacity
      • forwardingAddressId

        UpdateJobRequest.Builder forwardingAddressId​(String forwardingAddressId)

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

        Parameters:
        forwardingAddressId - The updated ID for the forwarding address for a job. This field is not supported in most regions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pickupDetails

        UpdateJobRequest.Builder pickupDetails​(PickupDetails pickupDetails)
        Sets the value of the PickupDetails property for this object.
        Parameters:
        pickupDetails - The new value for the PickupDetails property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.