public static interface ListSamlProvidersResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<ListSamlProvidersResponse.Builder,ListSamlProvidersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSamlProvidersResponse.Builder |
samlProviderList(Collection<SAMLProviderListEntry> samlProviderList)
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
|
ListSamlProvidersResponse.Builder |
samlProviderList(Consumer<SAMLProviderListEntry.Builder>... samlProviderList)
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
|
ListSamlProvidersResponse.Builder |
samlProviderList(SAMLProviderListEntry... samlProviderList)
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSamlProvidersResponse.Builder samlProviderList(Collection<SAMLProviderListEntry> samlProviderList)
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
samlProviderList - The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.ListSamlProvidersResponse.Builder samlProviderList(SAMLProviderListEntry... samlProviderList)
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
samlProviderList - The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.ListSamlProvidersResponse.Builder samlProviderList(Consumer<SAMLProviderListEntry.Builder>... samlProviderList)
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
This is a convenience method that creates an instance of theSAMLProviderListEntry.Builder avoiding the need to create
one manually via SAMLProviderListEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #samlProviderList(List.
samlProviderList - a consumer that will call methods on
SAMLProviderListEntry.Builder#samlProviderList(java.util.Collection) Copyright © 2023. All rights reserved.