Interface ListSecurityProfilesForTargetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListSecurityProfilesForTargetResponse.Builder,ListSecurityProfilesForTargetResponse>,IotResponse.Builder,SdkBuilder<ListSecurityProfilesForTargetResponse.Builder,ListSecurityProfilesForTargetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListSecurityProfilesForTargetResponse
public static interface ListSecurityProfilesForTargetResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListSecurityProfilesForTargetResponse.Builder,ListSecurityProfilesForTargetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSecurityProfilesForTargetResponse.BuildernextToken(String nextToken)A token that can be used to retrieve the next set of results, ornullif there are no additional results.ListSecurityProfilesForTargetResponse.BuildersecurityProfileTargetMappings(Collection<SecurityProfileTargetMapping> securityProfileTargetMappings)A list of security profiles and their associated targets.ListSecurityProfilesForTargetResponse.BuildersecurityProfileTargetMappings(Consumer<SecurityProfileTargetMapping.Builder>... securityProfileTargetMappings)A list of security profiles and their associated targets.ListSecurityProfilesForTargetResponse.BuildersecurityProfileTargetMappings(SecurityProfileTargetMapping... securityProfileTargetMappings)A list of security profiles and their associated targets.-
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 Detail
-
securityProfileTargetMappings
ListSecurityProfilesForTargetResponse.Builder securityProfileTargetMappings(Collection<SecurityProfileTargetMapping> securityProfileTargetMappings)
A list of security profiles and their associated targets.
- Parameters:
securityProfileTargetMappings- A list of security profiles and their associated targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityProfileTargetMappings
ListSecurityProfilesForTargetResponse.Builder securityProfileTargetMappings(SecurityProfileTargetMapping... securityProfileTargetMappings)
A list of security profiles and their associated targets.
- Parameters:
securityProfileTargetMappings- A list of security profiles and their associated targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityProfileTargetMappings
ListSecurityProfilesForTargetResponse.Builder securityProfileTargetMappings(Consumer<SecurityProfileTargetMapping.Builder>... securityProfileTargetMappings)
A list of security profiles and their associated targets.
This is a convenience method that creates an instance of theSecurityProfileTargetMapping.Builderavoiding the need to create one manually viaSecurityProfileTargetMapping.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#securityProfileTargetMappings(List.) - Parameters:
securityProfileTargetMappings- a consumer that will call methods onSecurityProfileTargetMapping.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#securityProfileTargetMappings(java.util.Collection)
-
nextToken
ListSecurityProfilesForTargetResponse.Builder nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
nullif there are no additional results.- Parameters:
nextToken- A token that can be used to retrieve the next set of results, ornullif there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-