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 method that creates an instance of theAuthenticationProfile.Builder avoiding the need to
create one manually via
AuthenticationProfile.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #authenticationProfiles(List.
authenticationProfiles - a consumer that will call methods on
AuthenticationProfile.Builder#authenticationProfiles(java.util.Collection) Copyright © 2023. All rights reserved.