public static interface ListGroupCertificateAuthoritiesResponse.Builder extends GreengrassResponse.Builder, CopyableBuilder<ListGroupCertificateAuthoritiesResponse.Builder,ListGroupCertificateAuthoritiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGroupCertificateAuthoritiesResponse.Builder |
groupCertificateAuthorities(Collection<GroupCertificateAuthorityProperties> groupCertificateAuthorities)
List of certificate authorities associated with the group.
|
ListGroupCertificateAuthoritiesResponse.Builder |
groupCertificateAuthorities(Consumer<GroupCertificateAuthorityProperties.Builder>... groupCertificateAuthorities)
List of certificate authorities associated with the group.
|
ListGroupCertificateAuthoritiesResponse.Builder |
groupCertificateAuthorities(GroupCertificateAuthorityProperties... groupCertificateAuthorities)
List of certificate authorities associated with the group.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListGroupCertificateAuthoritiesResponse.Builder groupCertificateAuthorities(Collection<GroupCertificateAuthorityProperties> groupCertificateAuthorities)
groupCertificateAuthorities - List of certificate authorities associated with the group.ListGroupCertificateAuthoritiesResponse.Builder groupCertificateAuthorities(GroupCertificateAuthorityProperties... groupCertificateAuthorities)
groupCertificateAuthorities - List of certificate authorities associated with the group.ListGroupCertificateAuthoritiesResponse.Builder groupCertificateAuthorities(Consumer<GroupCertificateAuthorityProperties.Builder>... groupCertificateAuthorities)
List.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 #groupCertificateAuthorities(List) .groupCertificateAuthorities - a consumer that will call methods on List.Builder #groupCertificateAuthorities(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.