Interface UpdateProjectRequest.Builder

  • Method Details

    • description

      UpdateProjectRequest.Builder description(String description)

      The description to be updated as part of the UpdateProject action.

      Parameters:
      description - The description to be updated as part of the UpdateProject action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainIdentifier

      UpdateProjectRequest.Builder domainIdentifier(String domainIdentifier)

      The ID of the Amazon DataZone domain where a project is being updated.

      Parameters:
      domainIdentifier - The ID of the Amazon DataZone domain where a project is being updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • glossaryTerms

      UpdateProjectRequest.Builder glossaryTerms(Collection<String> glossaryTerms)

      The glossary terms to be updated as part of the UpdateProject action.

      Parameters:
      glossaryTerms - The glossary terms to be updated as part of the UpdateProject action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • glossaryTerms

      UpdateProjectRequest.Builder glossaryTerms(String... glossaryTerms)

      The glossary terms to be updated as part of the UpdateProject action.

      Parameters:
      glossaryTerms - The glossary terms to be updated as part of the UpdateProject action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identifier

      UpdateProjectRequest.Builder identifier(String identifier)

      The identifier of the project that is to be updated.

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

      The name to be updated as part of the UpdateProject action.

      Parameters:
      name - The name to be updated as part of the UpdateProject action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateProjectRequest.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.