Interface ListPlatformApplicationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListPlatformApplicationsResponse.Builder,
,ListPlatformApplicationsResponse> SdkBuilder<ListPlatformApplicationsResponse.Builder,
,ListPlatformApplicationsResponse> SdkPojo
,SdkResponse.Builder
,SnsResponse.Builder
- Enclosing class:
ListPlatformApplicationsResponse
public static interface ListPlatformApplicationsResponse.Builder
extends SnsResponse.Builder, SdkPojo, CopyableBuilder<ListPlatformApplicationsResponse.Builder,ListPlatformApplicationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionNextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.platformApplications
(Collection<PlatformApplication> platformApplications) Platform applications returned when calling ListPlatformApplications action.platformApplications
(Consumer<PlatformApplication.Builder>... platformApplications) Platform applications returned when calling ListPlatformApplications action.platformApplications
(PlatformApplication... platformApplications) Platform applications returned when calling ListPlatformApplications action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
Methods inherited from interface software.amazon.awssdk.services.sns.model.SnsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
platformApplications
ListPlatformApplicationsResponse.Builder platformApplications(Collection<PlatformApplication> platformApplications) Platform applications returned when calling ListPlatformApplications action.
- Parameters:
platformApplications
- Platform applications returned when calling ListPlatformApplications action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformApplications
ListPlatformApplicationsResponse.Builder platformApplications(PlatformApplication... platformApplications) Platform applications returned when calling ListPlatformApplications action.
- Parameters:
platformApplications
- Platform applications returned when calling ListPlatformApplications action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformApplications
ListPlatformApplicationsResponse.Builder platformApplications(Consumer<PlatformApplication.Builder>... platformApplications) Platform applications returned when calling ListPlatformApplications action.
This is a convenience method that creates an instance of thePlatformApplication.Builder
avoiding the need to create one manually viaPlatformApplication.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toplatformApplications(List<PlatformApplication>)
.- Parameters:
platformApplications
- a consumer that will call methods onPlatformApplication.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
- Parameters:
nextToken
- NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-