Interface ListBootstrapActionsResponse.Builder

    • Method Detail

      • bootstrapActions

        ListBootstrapActionsResponse.Builder bootstrapActions​(Collection<Command> bootstrapActions)

        The bootstrap actions associated with the cluster.

        Parameters:
        bootstrapActions - The bootstrap actions associated with the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bootstrapActions

        ListBootstrapActionsResponse.Builder bootstrapActions​(Command... bootstrapActions)

        The bootstrap actions associated with the cluster.

        Parameters:
        bootstrapActions - The bootstrap actions associated with the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bootstrapActions

        ListBootstrapActionsResponse.Builder bootstrapActions​(Consumer<Command.Builder>... bootstrapActions)

        The bootstrap actions associated with the cluster.

        This is a convenience method that creates an instance of the Command.Builder avoiding the need to create one manually via Command.builder().

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

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

        ListBootstrapActionsResponse.Builder marker​(String marker)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        marker - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.