Interface ListPlatformApplicationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListPlatformApplicationsResponse.Builder,ListPlatformApplicationsResponse>,SdkBuilder<ListPlatformApplicationsResponse.Builder,ListPlatformApplicationsResponse>,SdkPojo,SdkResponse.Builder,SnsResponse.Builder
- Enclosing class:
- ListPlatformApplicationsResponse
@Mutable @NotThreadSafe public static interface ListPlatformApplicationsResponse.Builder extends SnsResponse.Builder, SdkPojo, CopyableBuilder<ListPlatformApplicationsResponse.Builder,ListPlatformApplicationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPlatformApplicationsResponse.BuildernextToken(String nextToken)NextTokenstring is returned when callingListPlatformApplicationsaction if additional records are available after the first page results.ListPlatformApplicationsResponse.BuilderplatformApplications(Collection<PlatformApplication> platformApplications)Platform applications returned when callingListPlatformApplicationsaction.ListPlatformApplicationsResponse.BuilderplatformApplications(Consumer<PlatformApplication.Builder>... platformApplications)Platform applications returned when callingListPlatformApplicationsaction.ListPlatformApplicationsResponse.BuilderplatformApplications(PlatformApplication... platformApplications)Platform applications returned when callingListPlatformApplicationsaction.-
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, sdkFieldNameToField, 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 Detail
-
platformApplications
ListPlatformApplicationsResponse.Builder platformApplications(Collection<PlatformApplication> platformApplications)
Platform applications returned when calling
ListPlatformApplicationsaction.- Parameters:
platformApplications- Platform applications returned when callingListPlatformApplicationsaction.- 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
ListPlatformApplicationsaction.- Parameters:
platformApplications- Platform applications returned when callingListPlatformApplicationsaction.- 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
This is a convenience method that creates an instance of theListPlatformApplicationsaction.PlatformApplication.Builderavoiding the need to create one manually viaPlatformApplication.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#platformApplications(List.) - 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:
#platformApplications(java.util.Collection)
-
nextToken
ListPlatformApplicationsResponse.Builder nextToken(String nextToken)
NextTokenstring is returned when callingListPlatformApplicationsaction if additional records are available after the first page results.- Parameters:
nextToken-NextTokenstring is returned when callingListPlatformApplicationsaction 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.
-
-