Interface ListSecurityProfilesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListSecurityProfilesResponse.Builder,
,ListSecurityProfilesResponse> IotResponse.Builder
,SdkBuilder<ListSecurityProfilesResponse.Builder,
,ListSecurityProfilesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListSecurityProfilesResponse
public static interface ListSecurityProfilesResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListSecurityProfilesResponse.Builder,ListSecurityProfilesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA token that can be used to retrieve the next set of results, ornull
if there are no additional results.securityProfileIdentifiers
(Collection<SecurityProfileIdentifier> securityProfileIdentifiers) A list of security profile identifiers (names and ARNs).securityProfileIdentifiers
(Consumer<SecurityProfileIdentifier.Builder>... securityProfileIdentifiers) A list of security profile identifiers (names and ARNs).securityProfileIdentifiers
(SecurityProfileIdentifier... securityProfileIdentifiers) A list of security profile identifiers (names and ARNs).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
securityProfileIdentifiers
ListSecurityProfilesResponse.Builder securityProfileIdentifiers(Collection<SecurityProfileIdentifier> securityProfileIdentifiers) A list of security profile identifiers (names and ARNs).
- Parameters:
securityProfileIdentifiers
- A list of security profile identifiers (names and ARNs).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityProfileIdentifiers
ListSecurityProfilesResponse.Builder securityProfileIdentifiers(SecurityProfileIdentifier... securityProfileIdentifiers) A list of security profile identifiers (names and ARNs).
- Parameters:
securityProfileIdentifiers
- A list of security profile identifiers (names and ARNs).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityProfileIdentifiers
ListSecurityProfilesResponse.Builder securityProfileIdentifiers(Consumer<SecurityProfileIdentifier.Builder>... securityProfileIdentifiers) A list of security profile identifiers (names and ARNs).
This is a convenience method that creates an instance of theSecurityProfileIdentifier.Builder
avoiding the need to create one manually viaSecurityProfileIdentifier.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosecurityProfileIdentifiers(List<SecurityProfileIdentifier>)
.- Parameters:
securityProfileIdentifiers
- a consumer that will call methods onSecurityProfileIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.- Parameters:
nextToken
- A token that can be used to retrieve the next set of results, ornull
if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-