Interface ListProvisioningProfilesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListProvisioningProfilesResponse.Builder,
,ListProvisioningProfilesResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<ListProvisioningProfilesResponse.Builder,
,ListProvisioningProfilesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListProvisioningProfilesResponse
@Mutable
@NotThreadSafe
public static interface ListProvisioningProfilesResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<ListProvisioningProfilesResponse.Builder,ListProvisioningProfilesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of provisioning profiles.items
(Consumer<ProvisioningProfileSummary.Builder>... items) The list of provisioning profiles.items
(ProvisioningProfileSummary... items) The list of provisioning profiles.A token that can be used to retrieve the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
The list of provisioning profiles.
- Parameters:
items
- The list of provisioning profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of provisioning profiles.
- Parameters:
items
- The list of provisioning profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListProvisioningProfilesResponse.Builder items(Consumer<ProvisioningProfileSummary.Builder>... items) The list of provisioning profiles.
This is a convenience method that creates an instance of theProvisioningProfileSummary.Builder
avoiding the need to create one manually viaProvisioningProfileSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<ProvisioningProfileSummary>)
.- Parameters:
items
- a consumer that will call methods onProvisioningProfileSummary.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.
- Parameters:
nextToken
- A token that can be used to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-