Interface ListGroupCertificateAuthoritiesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListGroupCertificateAuthoritiesResponse.Builder,,- ListGroupCertificateAuthoritiesResponse> - GreengrassResponse.Builder,- SdkBuilder<ListGroupCertificateAuthoritiesResponse.Builder,,- ListGroupCertificateAuthoritiesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListGroupCertificateAuthoritiesResponse
@Mutable
@NotThreadSafe
public static interface ListGroupCertificateAuthoritiesResponse.Builder
extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<ListGroupCertificateAuthoritiesResponse.Builder,ListGroupCertificateAuthoritiesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiongroupCertificateAuthorities(Collection<GroupCertificateAuthorityProperties> groupCertificateAuthorities) A list of certificate authorities associated with the group.groupCertificateAuthorities(Consumer<GroupCertificateAuthorityProperties.Builder>... groupCertificateAuthorities) A list of certificate authorities associated with the group.groupCertificateAuthorities(GroupCertificateAuthorityProperties... groupCertificateAuthorities) A list of certificate authorities associated with the group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.greengrass.model.GreengrassResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
groupCertificateAuthoritiesListGroupCertificateAuthoritiesResponse.Builder groupCertificateAuthorities(Collection<GroupCertificateAuthorityProperties> groupCertificateAuthorities) A list of certificate authorities associated with the group.- Parameters:
- groupCertificateAuthorities- A list of certificate authorities associated with the group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
groupCertificateAuthoritiesListGroupCertificateAuthoritiesResponse.Builder groupCertificateAuthorities(GroupCertificateAuthorityProperties... groupCertificateAuthorities) A list of certificate authorities associated with the group.- Parameters:
- groupCertificateAuthorities- A list of certificate authorities associated with the group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
groupCertificateAuthoritiesListGroupCertificateAuthoritiesResponse.Builder groupCertificateAuthorities(Consumer<GroupCertificateAuthorityProperties.Builder>... groupCertificateAuthorities) A list of certificate authorities associated with the group. This is a convenience method that creates an instance of theGroupCertificateAuthorityProperties.Builderavoiding the need to create one manually viaGroupCertificateAuthorityProperties.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togroupCertificateAuthorities(List<GroupCertificateAuthorityProperties>).- Parameters:
- groupCertificateAuthorities- a consumer that will call methods on- GroupCertificateAuthorityProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-