Interface ApplicationConfigurationUpdate.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ApplicationConfigurationUpdate.Builder,,ApplicationConfigurationUpdate> SdkBuilder<ApplicationConfigurationUpdate.Builder,,ApplicationConfigurationUpdate> SdkPojo
- Enclosing class:
 ApplicationConfigurationUpdate
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationCodeConfigurationUpdate(Consumer<ApplicationCodeConfigurationUpdate.Builder> applicationCodeConfigurationUpdate) Describes updates to an application's code configuration.applicationCodeConfigurationUpdate(ApplicationCodeConfigurationUpdate applicationCodeConfigurationUpdate) Describes updates to an application's code configuration.applicationSnapshotConfigurationUpdate(Consumer<ApplicationSnapshotConfigurationUpdate.Builder> applicationSnapshotConfigurationUpdate) Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.applicationSnapshotConfigurationUpdate(ApplicationSnapshotConfigurationUpdate applicationSnapshotConfigurationUpdate) Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.environmentPropertyUpdates(Consumer<EnvironmentPropertyUpdates.Builder> environmentPropertyUpdates) Describes updates to the environment properties for a Flink-based Kinesis Data Analytics application.environmentPropertyUpdates(EnvironmentPropertyUpdates environmentPropertyUpdates) Describes updates to the environment properties for a Flink-based Kinesis Data Analytics application.flinkApplicationConfigurationUpdate(Consumer<FlinkApplicationConfigurationUpdate.Builder> flinkApplicationConfigurationUpdate) Describes updates to a Flink-based Kinesis Data Analytics application's configuration.flinkApplicationConfigurationUpdate(FlinkApplicationConfigurationUpdate flinkApplicationConfigurationUpdate) Describes updates to a Flink-based Kinesis Data Analytics application's configuration.sqlApplicationConfigurationUpdate(Consumer<SqlApplicationConfigurationUpdate.Builder> sqlApplicationConfigurationUpdate) Describes updates to a SQL-based Kinesis Data Analytics application's configuration.sqlApplicationConfigurationUpdate(SqlApplicationConfigurationUpdate sqlApplicationConfigurationUpdate) Describes updates to a SQL-based Kinesis Data Analytics application's configuration.vpcConfigurationUpdates(Collection<VpcConfigurationUpdate> vpcConfigurationUpdates) Updates to the array of descriptions of VPC configurations available to the application.vpcConfigurationUpdates(Consumer<VpcConfigurationUpdate.Builder>... vpcConfigurationUpdates) Updates to the array of descriptions of VPC configurations available to the application.vpcConfigurationUpdates(VpcConfigurationUpdate... vpcConfigurationUpdates) Updates to the array of descriptions of VPC configurations available to the application.zeppelinApplicationConfigurationUpdate(Consumer<ZeppelinApplicationConfigurationUpdate.Builder> zeppelinApplicationConfigurationUpdate) Updates to the configuration of a Kinesis Data Analytics Studio notebook.zeppelinApplicationConfigurationUpdate(ZeppelinApplicationConfigurationUpdate zeppelinApplicationConfigurationUpdate) Updates to the configuration of a Kinesis Data Analytics Studio notebook.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
sqlApplicationConfigurationUpdate
ApplicationConfigurationUpdate.Builder sqlApplicationConfigurationUpdate(SqlApplicationConfigurationUpdate sqlApplicationConfigurationUpdate) Describes updates to a SQL-based Kinesis Data Analytics application's configuration.
- Parameters:
 sqlApplicationConfigurationUpdate- Describes updates to a SQL-based Kinesis Data Analytics application's configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sqlApplicationConfigurationUpdate
default ApplicationConfigurationUpdate.Builder sqlApplicationConfigurationUpdate(Consumer<SqlApplicationConfigurationUpdate.Builder> sqlApplicationConfigurationUpdate) Describes updates to a SQL-based Kinesis Data Analytics application's configuration.
This is a convenience method that creates an instance of theSqlApplicationConfigurationUpdate.Builderavoiding the need to create one manually viaSqlApplicationConfigurationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosqlApplicationConfigurationUpdate(SqlApplicationConfigurationUpdate).- Parameters:
 sqlApplicationConfigurationUpdate- a consumer that will call methods onSqlApplicationConfigurationUpdate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
applicationCodeConfigurationUpdate
ApplicationConfigurationUpdate.Builder applicationCodeConfigurationUpdate(ApplicationCodeConfigurationUpdate applicationCodeConfigurationUpdate) Describes updates to an application's code configuration.
- Parameters:
 applicationCodeConfigurationUpdate- Describes updates to an application's code configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
applicationCodeConfigurationUpdate
default ApplicationConfigurationUpdate.Builder applicationCodeConfigurationUpdate(Consumer<ApplicationCodeConfigurationUpdate.Builder> applicationCodeConfigurationUpdate) Describes updates to an application's code configuration.
This is a convenience method that creates an instance of theApplicationCodeConfigurationUpdate.Builderavoiding the need to create one manually viaApplicationCodeConfigurationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapplicationCodeConfigurationUpdate(ApplicationCodeConfigurationUpdate).- Parameters:
 applicationCodeConfigurationUpdate- a consumer that will call methods onApplicationCodeConfigurationUpdate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
flinkApplicationConfigurationUpdate
ApplicationConfigurationUpdate.Builder flinkApplicationConfigurationUpdate(FlinkApplicationConfigurationUpdate flinkApplicationConfigurationUpdate) Describes updates to a Flink-based Kinesis Data Analytics application's configuration.
- Parameters:
 flinkApplicationConfigurationUpdate- Describes updates to a Flink-based Kinesis Data Analytics application's configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
flinkApplicationConfigurationUpdate
default ApplicationConfigurationUpdate.Builder flinkApplicationConfigurationUpdate(Consumer<FlinkApplicationConfigurationUpdate.Builder> flinkApplicationConfigurationUpdate) Describes updates to a Flink-based Kinesis Data Analytics application's configuration.
This is a convenience method that creates an instance of theFlinkApplicationConfigurationUpdate.Builderavoiding the need to create one manually viaFlinkApplicationConfigurationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toflinkApplicationConfigurationUpdate(FlinkApplicationConfigurationUpdate).- Parameters:
 flinkApplicationConfigurationUpdate- a consumer that will call methods onFlinkApplicationConfigurationUpdate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
environmentPropertyUpdates
ApplicationConfigurationUpdate.Builder environmentPropertyUpdates(EnvironmentPropertyUpdates environmentPropertyUpdates) Describes updates to the environment properties for a Flink-based Kinesis Data Analytics application.
- Parameters:
 environmentPropertyUpdates- Describes updates to the environment properties for a Flink-based Kinesis Data Analytics application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
environmentPropertyUpdates
default ApplicationConfigurationUpdate.Builder environmentPropertyUpdates(Consumer<EnvironmentPropertyUpdates.Builder> environmentPropertyUpdates) Describes updates to the environment properties for a Flink-based Kinesis Data Analytics application.
This is a convenience method that creates an instance of theEnvironmentPropertyUpdates.Builderavoiding the need to create one manually viaEnvironmentPropertyUpdates.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironmentPropertyUpdates(EnvironmentPropertyUpdates).- Parameters:
 environmentPropertyUpdates- a consumer that will call methods onEnvironmentPropertyUpdates.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
applicationSnapshotConfigurationUpdate
ApplicationConfigurationUpdate.Builder applicationSnapshotConfigurationUpdate(ApplicationSnapshotConfigurationUpdate applicationSnapshotConfigurationUpdate) Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
- Parameters:
 applicationSnapshotConfigurationUpdate- Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
applicationSnapshotConfigurationUpdate
default ApplicationConfigurationUpdate.Builder applicationSnapshotConfigurationUpdate(Consumer<ApplicationSnapshotConfigurationUpdate.Builder> applicationSnapshotConfigurationUpdate) Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
This is a convenience method that creates an instance of theApplicationSnapshotConfigurationUpdate.Builderavoiding the need to create one manually viaApplicationSnapshotConfigurationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapplicationSnapshotConfigurationUpdate(ApplicationSnapshotConfigurationUpdate).- Parameters:
 applicationSnapshotConfigurationUpdate- a consumer that will call methods onApplicationSnapshotConfigurationUpdate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
vpcConfigurationUpdates
ApplicationConfigurationUpdate.Builder vpcConfigurationUpdates(Collection<VpcConfigurationUpdate> vpcConfigurationUpdates) Updates to the array of descriptions of VPC configurations available to the application.
- Parameters:
 vpcConfigurationUpdates- Updates to the array of descriptions of VPC configurations available to the application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcConfigurationUpdates
ApplicationConfigurationUpdate.Builder vpcConfigurationUpdates(VpcConfigurationUpdate... vpcConfigurationUpdates) Updates to the array of descriptions of VPC configurations available to the application.
- Parameters:
 vpcConfigurationUpdates- Updates to the array of descriptions of VPC configurations available to the application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcConfigurationUpdates
ApplicationConfigurationUpdate.Builder vpcConfigurationUpdates(Consumer<VpcConfigurationUpdate.Builder>... vpcConfigurationUpdates) Updates to the array of descriptions of VPC configurations available to the application.
This is a convenience method that creates an instance of theVpcConfigurationUpdate.Builderavoiding the need to create one manually viaVpcConfigurationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcConfigurationUpdates(List<VpcConfigurationUpdate>).- Parameters:
 vpcConfigurationUpdates- a consumer that will call methods onVpcConfigurationUpdate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
zeppelinApplicationConfigurationUpdate
ApplicationConfigurationUpdate.Builder zeppelinApplicationConfigurationUpdate(ZeppelinApplicationConfigurationUpdate zeppelinApplicationConfigurationUpdate) Updates to the configuration of a Kinesis Data Analytics Studio notebook.
- Parameters:
 zeppelinApplicationConfigurationUpdate- Updates to the configuration of a Kinesis Data Analytics Studio notebook.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
zeppelinApplicationConfigurationUpdate
default ApplicationConfigurationUpdate.Builder zeppelinApplicationConfigurationUpdate(Consumer<ZeppelinApplicationConfigurationUpdate.Builder> zeppelinApplicationConfigurationUpdate) Updates to the configuration of a Kinesis Data Analytics Studio notebook.
This is a convenience method that creates an instance of theZeppelinApplicationConfigurationUpdate.Builderavoiding the need to create one manually viaZeppelinApplicationConfigurationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tozeppelinApplicationConfigurationUpdate(ZeppelinApplicationConfigurationUpdate).- Parameters:
 zeppelinApplicationConfigurationUpdate- a consumer that will call methods onZeppelinApplicationConfigurationUpdate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -