Class UpdateFleetRequest

    • Method Detail

      • clientToken

        public final String clientToken()

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

        Returns:
        The unique token which the server uses to recognize retries of the same request.
      • configuration

        public final FleetConfiguration configuration()

        The fleet configuration to update.

        Returns:
        The fleet configuration to update.
      • description

        public final String description()

        The description of the fleet to update.

        Returns:
        The description of the fleet to update.
      • displayName

        public final String displayName()

        The display name of the fleet to update.

        Returns:
        The display name of the fleet to update.
      • farmId

        public final String farmId()

        The farm ID to update.

        Returns:
        The farm ID to update.
      • fleetId

        public final String fleetId()

        The fleet ID to update.

        Returns:
        The fleet ID to update.
      • maxWorkerCount

        public final Integer maxWorkerCount()

        The maximum number of workers in the fleet.

        Returns:
        The maximum number of workers in the fleet.
      • minWorkerCount

        public final Integer minWorkerCount()

        The minimum number of workers in the fleet.

        Returns:
        The minimum number of workers in the fleet.
      • roleArn

        public final String roleArn()

        The IAM role ARN that the fleet's workers assume while running jobs.

        Returns:
        The IAM role ARN that the fleet's workers assume while running jobs.
      • 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