Interface CreateProjectRequest.Builder

  • Method Details

    • description

      CreateProjectRequest.Builder description(String description)

      The description of the Amazon DataZone project.

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

      CreateProjectRequest.Builder domainIdentifier(String domainIdentifier)

      The ID of the Amazon DataZone domain in which this project is created.

      Parameters:
      domainIdentifier - The ID of the Amazon DataZone domain in which this project is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainUnitId

      CreateProjectRequest.Builder domainUnitId(String domainUnitId)

      The ID of the domain unit. This parameter is not required and if it is not specified, then the project is created at the root domain unit level.

      Parameters:
      domainUnitId - The ID of the domain unit. This parameter is not required and if it is not specified, then the project is created at the root domain unit level.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • glossaryTerms

      CreateProjectRequest.Builder glossaryTerms(Collection<String> glossaryTerms)

      The glossary terms that can be used in this Amazon DataZone project.

      Parameters:
      glossaryTerms - The glossary terms that can be used in this Amazon DataZone project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • glossaryTerms

      CreateProjectRequest.Builder glossaryTerms(String... glossaryTerms)

      The glossary terms that can be used in this Amazon DataZone project.

      Parameters:
      glossaryTerms - The glossary terms that can be used in this Amazon DataZone project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the Amazon DataZone project.

      Parameters:
      name - The name of the Amazon DataZone project.
      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.