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
copyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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.Builderavoiding the need to create one manually viaProvisioningProfileSummary.builder().When the
Consumercompletes,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.
-