Interface ListPrincipalThingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListPrincipalThingsResponse.Builder,ListPrincipalThingsResponse>,IotResponse.Builder,SdkBuilder<ListPrincipalThingsResponse.Builder,ListPrincipalThingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListPrincipalThingsResponse
public static interface ListPrincipalThingsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListPrincipalThingsResponse.Builder,ListPrincipalThingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPrincipalThingsResponse.BuildernextToken(String nextToken)The token to use to get the next set of results, or null if there are no additional results.ListPrincipalThingsResponse.Builderthings(String... things)The things.ListPrincipalThingsResponse.Builderthings(Collection<String> things)The things.-
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
-
things
ListPrincipalThingsResponse.Builder things(Collection<String> things)
The things.
- Parameters:
things- The things.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
things
ListPrincipalThingsResponse.Builder things(String... things)
The things.
- Parameters:
things- The things.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListPrincipalThingsResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
- Parameters:
nextToken- The token to use to get the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-