Interface CreateApplicationResponse.Builder

    • Method Detail

      • id

        CreateApplicationResponse.Builder id​(String id)

        Unique identifier for the created OpenSearch Application.

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

        CreateApplicationResponse.Builder name​(String name)

        Name of the created OpenSearch Application.

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

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

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

        Data sources associated with the created OpenSearch Application.

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

        CreateApplicationResponse.Builder dataSources​(DataSource... dataSources)

        Data sources associated with the created OpenSearch Application.

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

        CreateApplicationResponse.Builder iamIdentityCenterOptions​(IamIdentityCenterOptions iamIdentityCenterOptions)

        Settings of IAM Identity Center for the created OpenSearch Application.

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

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

        Configurations of the OpenSearch Application, inlcuding admin configuration.

        Parameters:
        appConfigs - Configurations of the OpenSearch Application, inlcuding admin configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appConfigs

        CreateApplicationResponse.Builder appConfigs​(AppConfig... appConfigs)

        Configurations of the OpenSearch Application, inlcuding admin configuration.

        Parameters:
        appConfigs - Configurations of the OpenSearch Application, inlcuding admin configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagList

        CreateApplicationResponse.Builder tagList​(Collection<Tag> tagList)
        Sets the value of the TagList property for this object.
        Parameters:
        tagList - The new value for the TagList property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagList

        CreateApplicationResponse.Builder tagList​(Tag... tagList)
        Sets the value of the TagList property for this object.
        Parameters:
        tagList - The new value for the TagList property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagList

        CreateApplicationResponse.Builder tagList​(Consumer<Tag.Builder>... tagList)
        Sets the value of the TagList property for this object. This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tagList(List).

        Parameters:
        tagList - a consumer that will call methods on Tag.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #tagList(java.util.Collection)
      • createdAt

        CreateApplicationResponse.Builder createdAt​(Instant createdAt)

        Timestamp when the OpenSearch Application was created.

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