Interface ListSecurityProfilesForTargetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSecurityProfilesForTargetRequest.Builder,ListSecurityProfilesForTargetRequest>,IotRequest.Builder,SdkBuilder<ListSecurityProfilesForTargetRequest.Builder,ListSecurityProfilesForTargetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSecurityProfilesForTargetRequest
public static interface ListSecurityProfilesForTargetRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListSecurityProfilesForTargetRequest.Builder,ListSecurityProfilesForTargetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSecurityProfilesForTargetRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return at one time.ListSecurityProfilesForTargetRequest.BuildernextToken(String nextToken)The token for the next set of results.ListSecurityProfilesForTargetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSecurityProfilesForTargetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSecurityProfilesForTargetRequest.Builderrecursive(Boolean recursive)If true, return child groups too.ListSecurityProfilesForTargetRequest.BuildersecurityProfileTargetArn(String securityProfileTargetArn)The ARN of the target (thing group) whose attached security profiles you want to get.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListSecurityProfilesForTargetRequest.Builder nextToken(String nextToken)
The token for the next set of results.
- Parameters:
nextToken- The token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListSecurityProfilesForTargetRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
- Parameters:
maxResults- The maximum number of results to return at one time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recursive
ListSecurityProfilesForTargetRequest.Builder recursive(Boolean recursive)
If true, return child groups too.
- Parameters:
recursive- If true, return child groups too.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityProfileTargetArn
ListSecurityProfilesForTargetRequest.Builder securityProfileTargetArn(String securityProfileTargetArn)
The ARN of the target (thing group) whose attached security profiles you want to get.
- Parameters:
securityProfileTargetArn- The ARN of the target (thing group) whose attached security profiles you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSecurityProfilesForTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSecurityProfilesForTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-