CopyableBuilder<ListGroupCertificateAuthoritiesResponse.Builder,ListGroupCertificateAuthoritiesResponse>
, SdkBuilder<ListGroupCertificateAuthoritiesResponse.Builder,ListGroupCertificateAuthoritiesResponse>
public static interface ListGroupCertificateAuthoritiesResponse.Builder extends CopyableBuilder<ListGroupCertificateAuthoritiesResponse.Builder,ListGroupCertificateAuthoritiesResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
ListGroupCertificateAuthoritiesResponse.Builder groupCertificateAuthorities(Collection<GroupCertificateAuthorityProperties> groupCertificateAuthorities)
groupCertificateAuthorities
- List of certificate authorities associated with the group.ListGroupCertificateAuthoritiesResponse.Builder groupCertificateAuthorities(GroupCertificateAuthorityProperties... groupCertificateAuthorities)
NOTE: This method appends the values to the existing list (if any). Use
#setGroupCertificateAuthorities(java.util.Collection)
or
#withGroupCertificateAuthorities(java.util.Collection)
if you want to override the existing values.
groupCertificateAuthorities
- List of certificate authorities associated with the group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.