public static interface DescribeHsmConfigurationsResponse.Builder extends RedshiftResponse.Builder, CopyableBuilder<DescribeHsmConfigurationsResponse.Builder,DescribeHsmConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeHsmConfigurationsResponse.Builder |
hsmConfigurations(Collection<HsmConfiguration> hsmConfigurations)
A list of
HsmConfiguration objects. |
DescribeHsmConfigurationsResponse.Builder |
hsmConfigurations(Consumer<HsmConfiguration.Builder>... hsmConfigurations)
A list of
HsmConfiguration objects. |
DescribeHsmConfigurationsResponse.Builder |
hsmConfigurations(HsmConfiguration... hsmConfigurations)
A list of
HsmConfiguration objects. |
DescribeHsmConfigurationsResponse.Builder |
marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeHsmConfigurationsResponse.Builder marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker
value in the Marker parameter and retrying the command. If the Marker field is
empty, all response records have been retrieved for the request.
marker - A value that indicates the starting point for the next set of response records in a subsequent
request. If a value is returned in a response, you can retrieve the next set of records by providing
this returned marker value in the Marker parameter and retrying the command. If the
Marker field is empty, all response records have been retrieved for the request.DescribeHsmConfigurationsResponse.Builder hsmConfigurations(Collection<HsmConfiguration> hsmConfigurations)
A list of HsmConfiguration objects.
hsmConfigurations - A list of HsmConfiguration objects.DescribeHsmConfigurationsResponse.Builder hsmConfigurations(HsmConfiguration... hsmConfigurations)
A list of HsmConfiguration objects.
hsmConfigurations - A list of HsmConfiguration objects.DescribeHsmConfigurationsResponse.Builder hsmConfigurations(Consumer<HsmConfiguration.Builder>... hsmConfigurations)
A list of HsmConfiguration objects.
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 #hsmConfigurations(List) .hsmConfigurations - a consumer that will call methods on List.Builder #hsmConfigurations(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.