Interface ListApplicationOperationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListApplicationOperationsRequest.Builder,ListApplicationOperationsRequest>,KinesisAnalyticsV2Request.Builder,SdkBuilder<ListApplicationOperationsRequest.Builder,ListApplicationOperationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListApplicationOperationsRequest
public static interface ListApplicationOperationsRequest.Builder extends KinesisAnalyticsV2Request.Builder, SdkPojo, CopyableBuilder<ListApplicationOperationsRequest.Builder,ListApplicationOperationsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisanalyticsv2.model.KinesisAnalyticsV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationName
ListApplicationOperationsRequest.Builder applicationName(String applicationName)
Sets the value of the ApplicationName property for this object.- Parameters:
applicationName- The new value for the ApplicationName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListApplicationOperationsRequest.Builder limit(Integer limit)
Sets the value of the Limit property for this object.- Parameters:
limit- The new value for the Limit property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListApplicationOperationsRequest.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.
-
operation
ListApplicationOperationsRequest.Builder operation(String operation)
Sets the value of the Operation property for this object.- Parameters:
operation- The new value for the Operation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationStatus
ListApplicationOperationsRequest.Builder operationStatus(String operationStatus)
Sets the value of the OperationStatus property for this object.- Parameters:
operationStatus- The new value for the OperationStatus property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperationStatus,OperationStatus
-
operationStatus
ListApplicationOperationsRequest.Builder operationStatus(OperationStatus operationStatus)
Sets the value of the OperationStatus property for this object.- Parameters:
operationStatus- The new value for the OperationStatus property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperationStatus,OperationStatus
-
overrideConfiguration
ListApplicationOperationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListApplicationOperationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-