public static interface DescribeAuthenticationProfilesResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeAuthenticationProfilesResponse.Builder,DescribeAuthenticationProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAuthenticationProfilesResponse.Builder |
authenticationProfiles(AuthenticationProfile... authenticationProfiles)
The list of authentication profiles.
|
DescribeAuthenticationProfilesResponse.Builder |
authenticationProfiles(Collection<AuthenticationProfile> authenticationProfiles)
The list of authentication profiles.
|
DescribeAuthenticationProfilesResponse.Builder |
authenticationProfiles(Consumer<AuthenticationProfile.Builder>... authenticationProfiles)
The list of authentication profiles.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAuthenticationProfilesResponse.Builder authenticationProfiles(Collection<AuthenticationProfile> authenticationProfiles)
The list of authentication profiles.
authenticationProfiles - The list of authentication profiles.DescribeAuthenticationProfilesResponse.Builder authenticationProfiles(AuthenticationProfile... authenticationProfiles)
The list of authentication profiles.
authenticationProfiles - The list of authentication profiles.DescribeAuthenticationProfilesResponse.Builder authenticationProfiles(Consumer<AuthenticationProfile.Builder>... authenticationProfiles)
The list of authentication profiles.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #authenticationProfiles(List) .authenticationProfiles - a consumer that will call methods on List.Builder #authenticationProfiles(List) Copyright © 2021. All rights reserved.