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(GroupCertificateAuthorityProperties... groupCertificateAuthorities)
List of certificate authorities associated with the group.
|
build
copy
apply, build
ListGroupCertificateAuthoritiesResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.