Interface GetApplicationResponse.Builder

    • Method Detail

      • id

        GetApplicationResponse.Builder id​(String id)

        Unique identifier of the checked OpenSearch Application.

        Parameters:
        id - Unique identifier of the checked 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)

        Name of the checked OpenSearch Application.

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

        GetApplicationResponse.Builder endpoint​(String endpoint)

        Endpoint URL of the checked OpenSearch Application.

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

        GetApplicationResponse.Builder status​(String status)

        Current status of the checked OpenSearch Application. Possible values are CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.

        Parameters:
        status - Current status of the checked OpenSearch Application. Possible values are 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)

        Current status of the checked OpenSearch Application. Possible values are CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.

        Parameters:
        status - Current status of the checked OpenSearch Application. Possible values are 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)

        IAM Identity Center settings for the checked OpenSearch Application.

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

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

        Associated data sources to the checked OpenSearch Application.

        Parameters:
        dataSources - Associated data sources to the checked OpenSearch Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSources

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

        Associated data sources to the checked OpenSearch Application.

        Parameters:
        dataSources - Associated data sources to the checked OpenSearch Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appConfigs

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

        App configurations of the checked OpenSearch Application.

        Parameters:
        appConfigs - App configurations of the checked OpenSearch Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appConfigs

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

        App configurations of the checked OpenSearch Application.

        Parameters:
        appConfigs - App configurations of the checked OpenSearch Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        GetApplicationResponse.Builder createdAt​(Instant createdAt)

        Timestamp at which the checked OpenSearch Application was created.

        Parameters:
        createdAt - Timestamp at which the checked 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)

        Timestamp at which the checked OpenSearch Application was last updated.

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