public static interface ListSecurityProfilesResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListSecurityProfilesResponse.Builder,ListSecurityProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSecurityProfilesResponse.Builder |
nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
ListSecurityProfilesResponse.Builder |
securityProfileIdentifiers(Collection<SecurityProfileIdentifier> securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
|
ListSecurityProfilesResponse.Builder |
securityProfileIdentifiers(Consumer<SecurityProfileIdentifier.Builder>... securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
|
ListSecurityProfilesResponse.Builder |
securityProfileIdentifiers(SecurityProfileIdentifier... securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListSecurityProfilesResponse.Builder securityProfileIdentifiers(Collection<SecurityProfileIdentifier> securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
securityProfileIdentifiers - A list of security profile identifiers (names and ARNs).ListSecurityProfilesResponse.Builder securityProfileIdentifiers(SecurityProfileIdentifier... securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
securityProfileIdentifiers - A list of security profile identifiers (names and ARNs).ListSecurityProfilesResponse.Builder securityProfileIdentifiers(Consumer<SecurityProfileIdentifier.Builder>... securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
This is a convenience that creates an instance of theList.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 #securityProfileIdentifiers(List) .securityProfileIdentifiers - a consumer that will call methods on List.Builder #securityProfileIdentifiers(List) ListSecurityProfilesResponse.Builder nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null if there are no additional
results.
nextToken - A token that can be used to retrieve the next set of results, or null if there are no
additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.