Interface CreateProjectRequest.Builder

  • Method Details

    • portalId

      The ID of the portal in which to create the project.

      Parameters:
      portalId - The ID of the portal in which to create the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • projectName

      CreateProjectRequest.Builder projectName(String projectName)

      A friendly name for the project.

      Parameters:
      projectName - A friendly name for the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • projectDescription

      CreateProjectRequest.Builder projectDescription(String projectDescription)

      A description for the project.

      Parameters:
      projectDescription - A description for the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CreateProjectRequest.Builder clientToken(String clientToken)

      A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

      Parameters:
      clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of key-value pairs that contain metadata for the project. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.

      Parameters:
      tags - A list of key-value pairs that contain metadata for the project. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.