Interface DescribeTrustStoreAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeTrustStoreAssociationsResponse.Builder,DescribeTrustStoreAssociationsResponse>
,ElasticLoadBalancingV2Response.Builder
,SdkBuilder<DescribeTrustStoreAssociationsResponse.Builder,DescribeTrustStoreAssociationsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DescribeTrustStoreAssociationsResponse
public static interface DescribeTrustStoreAssociationsResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<DescribeTrustStoreAssociationsResponse.Builder,DescribeTrustStoreAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTrustStoreAssociationsResponse.Builder
nextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.DescribeTrustStoreAssociationsResponse.Builder
trustStoreAssociations(Collection<TrustStoreAssociation> trustStoreAssociations)
Information about the resources the trust store is associated to.DescribeTrustStoreAssociationsResponse.Builder
trustStoreAssociations(Consumer<TrustStoreAssociation.Builder>... trustStoreAssociations)
Information about the resources the trust store is associated to.DescribeTrustStoreAssociationsResponse.Builder
trustStoreAssociations(TrustStoreAssociation... trustStoreAssociations)
Information about the resources the trust store is associated to.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
trustStoreAssociations
DescribeTrustStoreAssociationsResponse.Builder trustStoreAssociations(Collection<TrustStoreAssociation> trustStoreAssociations)
Information about the resources the trust store is associated to.
- Parameters:
trustStoreAssociations
- Information about the resources the trust store is associated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustStoreAssociations
DescribeTrustStoreAssociationsResponse.Builder trustStoreAssociations(TrustStoreAssociation... trustStoreAssociations)
Information about the resources the trust store is associated to.
- Parameters:
trustStoreAssociations
- Information about the resources the trust store is associated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustStoreAssociations
DescribeTrustStoreAssociationsResponse.Builder trustStoreAssociations(Consumer<TrustStoreAssociation.Builder>... trustStoreAssociations)
Information about the resources the trust store is associated to.
This is a convenience method that creates an instance of theTrustStoreAssociation.Builder
avoiding the need to create one manually viaTrustStoreAssociation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#trustStoreAssociations(List
.) - Parameters:
trustStoreAssociations
- a consumer that will call methods onTrustStoreAssociation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#trustStoreAssociations(java.util.Collection
)
-
nextMarker
DescribeTrustStoreAssociationsResponse.Builder nextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
- Parameters:
nextMarker
- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-