CopyableBuilder<ListSAMLProvidersResponse.Builder,ListSAMLProvidersResponse>
, SdkBuilder<ListSAMLProvidersResponse.Builder,ListSAMLProvidersResponse>
public static interface ListSAMLProvidersResponse.Builder extends CopyableBuilder<ListSAMLProvidersResponse.Builder,ListSAMLProvidersResponse>
Modifier and Type | Method | Description |
---|---|---|
ListSAMLProvidersResponse.Builder |
samlProviderList(Collection<SAMLProviderListEntry> samlProviderList) |
The list of SAML provider resource objects defined in IAM for this AWS account.
|
ListSAMLProvidersResponse.Builder |
samlProviderList(SAMLProviderListEntry... samlProviderList) |
The list of SAML provider resource objects defined in IAM for this AWS account.
|
copy
apply, build
ListSAMLProvidersResponse.Builder samlProviderList(Collection<SAMLProviderListEntry> samlProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
samlProviderList
- The list of SAML provider resource objects defined in IAM for this AWS account.ListSAMLProvidersResponse.Builder samlProviderList(SAMLProviderListEntry... samlProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
NOTE: This method appends the values to the existing list (if any). Use
#setSAMLProviderList(java.util.Collection)
or #withSAMLProviderList(java.util.Collection)
if
you want to override the existing values.
samlProviderList
- The list of SAML provider resource objects defined in IAM for this AWS account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.