public static interface ListServiceSpecificCredentialsResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<ListServiceSpecificCredentialsResponse.Builder,ListServiceSpecificCredentialsResponse>
| Modifier and Type | Method and Description | 
|---|---|
ListServiceSpecificCredentialsResponse.Builder | 
serviceSpecificCredentials(Collection<ServiceSpecificCredentialMetadata> serviceSpecificCredentials)
 A list of structures that each contain details about a service-specific credential. 
 | 
ListServiceSpecificCredentialsResponse.Builder | 
serviceSpecificCredentials(Consumer<ServiceSpecificCredentialMetadata.Builder>... serviceSpecificCredentials)
 A list of structures that each contain details about a service-specific credential. 
 | 
ListServiceSpecificCredentialsResponse.Builder | 
serviceSpecificCredentials(ServiceSpecificCredentialMetadata... serviceSpecificCredentials)
 A list of structures that each contain details about a service-specific credential. 
 | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListServiceSpecificCredentialsResponse.Builder serviceSpecificCredentials(Collection<ServiceSpecificCredentialMetadata> serviceSpecificCredentials)
A list of structures that each contain details about a service-specific credential.
serviceSpecificCredentials - A list of structures that each contain details about a service-specific credential.ListServiceSpecificCredentialsResponse.Builder serviceSpecificCredentials(ServiceSpecificCredentialMetadata... serviceSpecificCredentials)
A list of structures that each contain details about a service-specific credential.
serviceSpecificCredentials - A list of structures that each contain details about a service-specific credential.ListServiceSpecificCredentialsResponse.Builder serviceSpecificCredentials(Consumer<ServiceSpecificCredentialMetadata.Builder>... serviceSpecificCredentials)
A list of structures that each contain details about a service-specific credential.
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 #serviceSpecificCredentials(List) .serviceSpecificCredentials - a consumer that will call methods on List.Builder #serviceSpecificCredentials(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.