Interface GetApplicationResponse.Builder

    • Method Detail

      • id

        GetApplicationResponse.Builder id​(String id)

        The unique identifier of the OpenSearch application.

        Parameters:
        id - The unique identifier of the OpenSearch application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        GetApplicationResponse.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.
      • name

        GetApplicationResponse.Builder name​(String name)

        The name of the OpenSearch application.

        Parameters:
        name - The name of the OpenSearch application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoint

        GetApplicationResponse.Builder endpoint​(String endpoint)

        The endpoint URL of the OpenSearch application.

        Parameters:
        endpoint - The endpoint URL of the OpenSearch application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        GetApplicationResponse.Builder status​(String status)

        The current status of the OpenSearch application. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.

        Parameters:
        status - The current status of the OpenSearch application. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationStatus, ApplicationStatus
      • status

        GetApplicationResponse.Builder status​(ApplicationStatus status)

        The current status of the OpenSearch application. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.

        Parameters:
        status - The current status of the OpenSearch application. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationStatus, ApplicationStatus
      • iamIdentityCenterOptions

        GetApplicationResponse.Builder iamIdentityCenterOptions​(IamIdentityCenterOptions iamIdentityCenterOptions)

        The IAM Identity Center settings configured for the OpenSearch application.

        Parameters:
        iamIdentityCenterOptions - The IAM Identity Center settings configured for the OpenSearch application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSources

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

        The data sources associated with the OpenSearch application.

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

        GetApplicationResponse.Builder dataSources​(DataSource... dataSources)

        The data sources associated with the OpenSearch application.

        Parameters:
        dataSources - The data sources associated with the OpenSearch application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appConfigs

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

        The configuration settings of the OpenSearch application.

        Parameters:
        appConfigs - The configuration settings of the OpenSearch application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appConfigs

        GetApplicationResponse.Builder appConfigs​(AppConfig... appConfigs)

        The configuration settings of the OpenSearch application.

        Parameters:
        appConfigs - The configuration settings of the OpenSearch application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        GetApplicationResponse.Builder createdAt​(Instant createdAt)

        The timestamp when the OpenSearch application was created.

        Parameters:
        createdAt - The timestamp when the OpenSearch application was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        GetApplicationResponse.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The timestamp of the last update to the OpenSearch application.

        Parameters:
        lastUpdatedAt - The timestamp of the last update to the OpenSearch application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.