Interface UpdateApplicationRequest.Builder

    • Method Detail

      • applicationName

        UpdateApplicationRequest.Builder applicationName​(String applicationName)

        The name of the application to update.

        Parameters:
        applicationName - The name of the application to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • currentApplicationVersionId

        UpdateApplicationRequest.Builder currentApplicationVersionId​(Long currentApplicationVersionId)

        The current application version ID. You must provide the CurrentApplicationVersionId or the ConditionalToken.You can retrieve the application version ID using DescribeApplication. For better concurrency support, use the ConditionalToken parameter instead of CurrentApplicationVersionId.

        Parameters:
        currentApplicationVersionId - The current application version ID. You must provide the CurrentApplicationVersionId or the ConditionalToken.You can retrieve the application version ID using DescribeApplication. For better concurrency support, use the ConditionalToken parameter instead of CurrentApplicationVersionId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationConfigurationUpdate

        UpdateApplicationRequest.Builder applicationConfigurationUpdate​(ApplicationConfigurationUpdate applicationConfigurationUpdate)

        Describes application configuration updates.

        Parameters:
        applicationConfigurationUpdate - Describes application configuration updates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceExecutionRoleUpdate

        UpdateApplicationRequest.Builder serviceExecutionRoleUpdate​(String serviceExecutionRoleUpdate)

        Describes updates to the service execution role.

        Parameters:
        serviceExecutionRoleUpdate - Describes updates to the service execution role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runConfigurationUpdate

        UpdateApplicationRequest.Builder runConfigurationUpdate​(RunConfigurationUpdate runConfigurationUpdate)

        Describes updates to the application's starting parameters.

        Parameters:
        runConfigurationUpdate - Describes updates to the application's starting parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cloudWatchLoggingOptionUpdates

        UpdateApplicationRequest.Builder cloudWatchLoggingOptionUpdates​(Collection<CloudWatchLoggingOptionUpdate> cloudWatchLoggingOptionUpdates)

        Describes application Amazon CloudWatch logging option updates. You can only update existing CloudWatch logging options with this action. To add a new CloudWatch logging option, use AddApplicationCloudWatchLoggingOption.

        Parameters:
        cloudWatchLoggingOptionUpdates - Describes application Amazon CloudWatch logging option updates. You can only update existing CloudWatch logging options with this action. To add a new CloudWatch logging option, use AddApplicationCloudWatchLoggingOption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cloudWatchLoggingOptionUpdates

        UpdateApplicationRequest.Builder cloudWatchLoggingOptionUpdates​(CloudWatchLoggingOptionUpdate... cloudWatchLoggingOptionUpdates)

        Describes application Amazon CloudWatch logging option updates. You can only update existing CloudWatch logging options with this action. To add a new CloudWatch logging option, use AddApplicationCloudWatchLoggingOption.

        Parameters:
        cloudWatchLoggingOptionUpdates - Describes application Amazon CloudWatch logging option updates. You can only update existing CloudWatch logging options with this action. To add a new CloudWatch logging option, use AddApplicationCloudWatchLoggingOption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • conditionalToken

        UpdateApplicationRequest.Builder conditionalToken​(String conditionalToken)

        A value you use to implement strong concurrency for application updates. You must provide the CurrentApplicationVersionId or the ConditionalToken. You get the application's current ConditionalToken using DescribeApplication. For better concurrency support, use the ConditionalToken parameter instead of CurrentApplicationVersionId.

        Parameters:
        conditionalToken - A value you use to implement strong concurrency for application updates. You must provide the CurrentApplicationVersionId or the ConditionalToken. You get the application's current ConditionalToken using DescribeApplication. For better concurrency support, use the ConditionalToken parameter instead of CurrentApplicationVersionId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runtimeEnvironmentUpdate

        UpdateApplicationRequest.Builder runtimeEnvironmentUpdate​(String runtimeEnvironmentUpdate)

        Updates the Managed Service for Apache Flink runtime environment used to run your code. To avoid issues you must:

        • Ensure your new jar and dependencies are compatible with the new runtime selected.

        • Ensure your new code's state is compatible with the snapshot from which your application will start

        Parameters:
        runtimeEnvironmentUpdate - Updates the Managed Service for Apache Flink runtime environment used to run your code. To avoid issues you must:

        • Ensure your new jar and dependencies are compatible with the new runtime selected.

        • Ensure your new code's state is compatible with the snapshot from which your application will start

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RuntimeEnvironment, RuntimeEnvironment
      • runtimeEnvironmentUpdate

        UpdateApplicationRequest.Builder runtimeEnvironmentUpdate​(RuntimeEnvironment runtimeEnvironmentUpdate)

        Updates the Managed Service for Apache Flink runtime environment used to run your code. To avoid issues you must:

        • Ensure your new jar and dependencies are compatible with the new runtime selected.

        • Ensure your new code's state is compatible with the snapshot from which your application will start

        Parameters:
        runtimeEnvironmentUpdate - Updates the Managed Service for Apache Flink runtime environment used to run your code. To avoid issues you must:

        • Ensure your new jar and dependencies are compatible with the new runtime selected.

        • Ensure your new code's state is compatible with the snapshot from which your application will start

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RuntimeEnvironment, RuntimeEnvironment