Interface ListApplicationOperationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListApplicationOperationsResponse.Builder,ListApplicationOperationsResponse>,KinesisAnalyticsV2Response.Builder,SdkBuilder<ListApplicationOperationsResponse.Builder,ListApplicationOperationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListApplicationOperationsResponse
public static interface ListApplicationOperationsResponse.Builder extends KinesisAnalyticsV2Response.Builder, SdkPojo, CopyableBuilder<ListApplicationOperationsResponse.Builder,ListApplicationOperationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationOperationsResponse.BuilderapplicationOperationInfoList(Collection<ApplicationOperationInfo> applicationOperationInfoList)Sets the value of the ApplicationOperationInfoList property for this object.ListApplicationOperationsResponse.BuilderapplicationOperationInfoList(Consumer<ApplicationOperationInfo.Builder>... applicationOperationInfoList)Sets the value of the ApplicationOperationInfoList property for this object.ListApplicationOperationsResponse.BuilderapplicationOperationInfoList(ApplicationOperationInfo... applicationOperationInfoList)Sets the value of the ApplicationOperationInfoList property for this object.ListApplicationOperationsResponse.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisanalyticsv2.model.KinesisAnalyticsV2Response.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
-
applicationOperationInfoList
ListApplicationOperationsResponse.Builder applicationOperationInfoList(Collection<ApplicationOperationInfo> applicationOperationInfoList)
Sets the value of the ApplicationOperationInfoList property for this object.- Parameters:
applicationOperationInfoList- The new value for the ApplicationOperationInfoList property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationOperationInfoList
ListApplicationOperationsResponse.Builder applicationOperationInfoList(ApplicationOperationInfo... applicationOperationInfoList)
Sets the value of the ApplicationOperationInfoList property for this object.- Parameters:
applicationOperationInfoList- The new value for the ApplicationOperationInfoList property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationOperationInfoList
ListApplicationOperationsResponse.Builder applicationOperationInfoList(Consumer<ApplicationOperationInfo.Builder>... applicationOperationInfoList)
Sets the value of the ApplicationOperationInfoList property for this object. This is a convenience method that creates an instance of theApplicationOperationInfo.Builderavoiding the need to create one manually viaApplicationOperationInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#applicationOperationInfoList(List.) - Parameters:
applicationOperationInfoList- a consumer that will call methods onApplicationOperationInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#applicationOperationInfoList(java.util.Collection)
-
nextToken
ListApplicationOperationsResponse.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-