Interface ListIdentityProviderConfigsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListIdentityProviderConfigsResponse.Builder,ListIdentityProviderConfigsResponse>, EksResponse.Builder, SdkBuilder<ListIdentityProviderConfigsResponse.Builder,ListIdentityProviderConfigsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListIdentityProviderConfigsResponse

public static interface ListIdentityProviderConfigsResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<ListIdentityProviderConfigsResponse.Builder,ListIdentityProviderConfigsResponse>
  • Method Details

    • identityProviderConfigs

      ListIdentityProviderConfigsResponse.Builder identityProviderConfigs(Collection<IdentityProviderConfig> identityProviderConfigs)

      The identity provider configurations for the cluster.

      Parameters:
      identityProviderConfigs - The identity provider configurations for the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identityProviderConfigs

      ListIdentityProviderConfigsResponse.Builder identityProviderConfigs(IdentityProviderConfig... identityProviderConfigs)

      The identity provider configurations for the cluster.

      Parameters:
      identityProviderConfigs - The identity provider configurations for the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identityProviderConfigs

      ListIdentityProviderConfigsResponse.Builder identityProviderConfigs(Consumer<IdentityProviderConfig.Builder>... identityProviderConfigs)

      The identity provider configurations for the cluster.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to identityProviderConfigs(List<IdentityProviderConfig>).

      Parameters:
      identityProviderConfigs - a consumer that will call methods on IdentityProviderConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The nextToken value to include in a future ListIdentityProviderConfigsResponse request. When the results of a ListIdentityProviderConfigsResponse request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

      This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

      Parameters:
      nextToken - The nextToken value to include in a future ListIdentityProviderConfigsResponse request. When the results of a ListIdentityProviderConfigsResponse request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

      This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

      Returns:
      Returns a reference to this object so that method calls can be chained together.