Interface CreateFleetRequest.Builder

    • Method Detail

      • clientToken

        CreateFleetRequest.Builder clientToken​(String clientToken)

        The unique token which the server uses to recognize retries of the same request.

        Parameters:
        clientToken - The unique token which the server uses to recognize retries of the same request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configuration

        CreateFleetRequest.Builder configuration​(FleetConfiguration configuration)

        The configuration settings for the fleet. Customer managed fleets are self-managed. Service managed Amazon EC2 fleets are managed by Deadline Cloud.

        Parameters:
        configuration - The configuration settings for the fleet. Customer managed fleets are self-managed. Service managed Amazon EC2 fleets are managed by Deadline Cloud.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateFleetRequest.Builder description​(String description)

        The description of the fleet.

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

        CreateFleetRequest.Builder displayName​(String displayName)

        The display name of the fleet.

        Parameters:
        displayName - The display name of the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • farmId

        CreateFleetRequest.Builder farmId​(String farmId)

        The farm ID of the farm to connect to the fleet.

        Parameters:
        farmId - The farm ID of the farm to connect to the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxWorkerCount

        CreateFleetRequest.Builder maxWorkerCount​(Integer maxWorkerCount)

        The maximum number of workers for the fleet.

        Parameters:
        maxWorkerCount - The maximum number of workers for the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minWorkerCount

        CreateFleetRequest.Builder minWorkerCount​(Integer minWorkerCount)

        The minimum number of workers for the fleet.

        Parameters:
        minWorkerCount - The minimum number of workers for the fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        CreateFleetRequest.Builder roleArn​(String roleArn)

        The IAM role ARN for the role that the fleet's workers will use.

        Parameters:
        roleArn - The IAM role ARN for the role that the fleet's workers will use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateFleetRequest.Builder tags​(Map<String,​String> tags)

        Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.

        Parameters:
        tags - Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.