Interface CreateProjectRequest.Builder

    • Method Detail

      • projectName

        CreateProjectRequest.Builder projectName​(String projectName)

        The name of the project to create.

        Parameters:
        projectName - The name of the project to create.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateProjectRequest.Builder description​(String description)

        An optional description for the project.

        Parameters:
        description - An optional description for the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • placementTemplate

        CreateProjectRequest.Builder placementTemplate​(PlacementTemplate placementTemplate)

        The schema defining the placement to be created. A placement template defines placement default attributes and device templates. You cannot add or remove device templates after the project has been created. However, you can update callbackOverrides for the device templates using the UpdateProject API.

        Parameters:
        placementTemplate - The schema defining the placement to be created. A placement template defines placement default attributes and device templates. You cannot add or remove device templates after the project has been created. However, you can update callbackOverrides for the device templates using the UpdateProject API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        Optional tags (metadata key/value pairs) to be associated with the project. For example, { {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.

        Parameters:
        tags - Optional tags (metadata key/value pairs) to be associated with the project. For example, { {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.