Interface ListEnabledControlsResponse.Builder

    • Method Detail

      • enabledControls

        ListEnabledControlsResponse.Builder enabledControls​(Collection<EnabledControlSummary> enabledControls)

        Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains.

        Parameters:
        enabledControls - Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledControls

        ListEnabledControlsResponse.Builder enabledControls​(EnabledControlSummary... enabledControls)

        Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains.

        Parameters:
        enabledControls - Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEnabledControlsResponse.Builder nextToken​(String nextToken)

        Retrieves the next page of results. If the string is empty, the response is the end of the results.

        Parameters:
        nextToken - Retrieves the next page of results. If the string is empty, the response is the end of the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.