Interface UpdateApplicationResponse.Builder

    • Method Detail

      • id

        UpdateApplicationResponse.Builder id​(String id)

        Unique identifier of the updated OpenSearch Application.

        Parameters:
        id - Unique identifier of the updated OpenSearch Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateApplicationResponse.Builder name​(String name)

        Name of the updated OpenSearch Application.

        Parameters:
        name - Name of the updated OpenSearch Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        UpdateApplicationResponse.Builder arn​(String arn)
        Sets the value of the Arn property for this object.
        Parameters:
        arn - The new value for the Arn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSources

        UpdateApplicationResponse.Builder dataSources​(Collection<DataSource> dataSources)

        Data sources associated with the updated OpenSearch Application.

        Parameters:
        dataSources - Data sources associated with the updated OpenSearch Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSources

        UpdateApplicationResponse.Builder dataSources​(DataSource... dataSources)

        Data sources associated with the updated OpenSearch Application.

        Parameters:
        dataSources - Data sources associated with the updated OpenSearch Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iamIdentityCenterOptions

        UpdateApplicationResponse.Builder iamIdentityCenterOptions​(IamIdentityCenterOptions iamIdentityCenterOptions)

        IAM Identity Center settings for the updated OpenSearch Application.

        Parameters:
        iamIdentityCenterOptions - IAM Identity Center settings for the updated OpenSearch Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appConfigs

        UpdateApplicationResponse.Builder appConfigs​(Collection<AppConfig> appConfigs)

        Configurations for the updated OpenSearch Application.

        Parameters:
        appConfigs - Configurations for the updated OpenSearch Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appConfigs

        UpdateApplicationResponse.Builder appConfigs​(AppConfig... appConfigs)

        Configurations for the updated OpenSearch Application.

        Parameters:
        appConfigs - Configurations for the updated OpenSearch Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        UpdateApplicationResponse.Builder createdAt​(Instant createdAt)

        Timestamp at which the OpenSearch Application was created.

        Parameters:
        createdAt - Timestamp at which the OpenSearch Application was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        UpdateApplicationResponse.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        Timestamp at which the OpenSearch Application was last updated.

        Parameters:
        lastUpdatedAt - Timestamp at which the OpenSearch Application was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.