Interface ApplicationConfigurationUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApplicationConfigurationUpdate.Builder,ApplicationConfigurationUpdate>,SdkBuilder<ApplicationConfigurationUpdate.Builder,ApplicationConfigurationUpdate>,SdkPojo
- Enclosing class:
- ApplicationConfigurationUpdate
public static interface ApplicationConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<ApplicationConfigurationUpdate.Builder,ApplicationConfigurationUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ApplicationConfigurationUpdate.BuilderapplicationCodeConfigurationUpdate(Consumer<ApplicationCodeConfigurationUpdate.Builder> applicationCodeConfigurationUpdate)Describes updates to an application's code configuration.ApplicationConfigurationUpdate.BuilderapplicationCodeConfigurationUpdate(ApplicationCodeConfigurationUpdate applicationCodeConfigurationUpdate)Describes updates to an application's code configuration.default ApplicationConfigurationUpdate.BuilderapplicationSnapshotConfigurationUpdate(Consumer<ApplicationSnapshotConfigurationUpdate.Builder> applicationSnapshotConfigurationUpdate)Describes whether snapshots are enabled for a Managed Service for Apache Flink application.ApplicationConfigurationUpdate.BuilderapplicationSnapshotConfigurationUpdate(ApplicationSnapshotConfigurationUpdate applicationSnapshotConfigurationUpdate)Describes whether snapshots are enabled for a Managed Service for Apache Flink application.default ApplicationConfigurationUpdate.BuilderenvironmentPropertyUpdates(Consumer<EnvironmentPropertyUpdates.Builder> environmentPropertyUpdates)Describes updates to the environment properties for a Managed Service for Apache Flink application.ApplicationConfigurationUpdate.BuilderenvironmentPropertyUpdates(EnvironmentPropertyUpdates environmentPropertyUpdates)Describes updates to the environment properties for a Managed Service for Apache Flink application.default ApplicationConfigurationUpdate.BuilderflinkApplicationConfigurationUpdate(Consumer<FlinkApplicationConfigurationUpdate.Builder> flinkApplicationConfigurationUpdate)Describes updates to a Managed Service for Apache Flink application's configuration.ApplicationConfigurationUpdate.BuilderflinkApplicationConfigurationUpdate(FlinkApplicationConfigurationUpdate flinkApplicationConfigurationUpdate)Describes updates to a Managed Service for Apache Flink application's configuration.default ApplicationConfigurationUpdate.BuildersqlApplicationConfigurationUpdate(Consumer<SqlApplicationConfigurationUpdate.Builder> sqlApplicationConfigurationUpdate)Describes updates to a SQL-based Kinesis Data Analytics application's configuration.ApplicationConfigurationUpdate.BuildersqlApplicationConfigurationUpdate(SqlApplicationConfigurationUpdate sqlApplicationConfigurationUpdate)Describes updates to a SQL-based Kinesis Data Analytics application's configuration.ApplicationConfigurationUpdate.BuildervpcConfigurationUpdates(Collection<VpcConfigurationUpdate> vpcConfigurationUpdates)Updates to the array of descriptions of VPC configurations available to the application.ApplicationConfigurationUpdate.BuildervpcConfigurationUpdates(Consumer<VpcConfigurationUpdate.Builder>... vpcConfigurationUpdates)Updates to the array of descriptions of VPC configurations available to the application.ApplicationConfigurationUpdate.BuildervpcConfigurationUpdates(VpcConfigurationUpdate... vpcConfigurationUpdates)Updates to the array of descriptions of VPC configurations available to the application.default ApplicationConfigurationUpdate.BuilderzeppelinApplicationConfigurationUpdate(Consumer<ZeppelinApplicationConfigurationUpdate.Builder> zeppelinApplicationConfigurationUpdate)Updates to the configuration of a Managed Service for Apache Flink Studio notebook.ApplicationConfigurationUpdate.BuilderzeppelinApplicationConfigurationUpdate(ZeppelinApplicationConfigurationUpdate zeppelinApplicationConfigurationUpdate)Updates to the configuration of a Managed Service for Apache Flink Studio notebook.-
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, sdkFields
-
-
-
-
Method Detail
-
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:
sqlApplicationConfigurationUpdate(SqlApplicationConfigurationUpdate)
-
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:
applicationCodeConfigurationUpdate(ApplicationCodeConfigurationUpdate)
-
flinkApplicationConfigurationUpdate
ApplicationConfigurationUpdate.Builder flinkApplicationConfigurationUpdate(FlinkApplicationConfigurationUpdate flinkApplicationConfigurationUpdate)
Describes updates to a Managed Service for Apache Flink application's configuration.
- Parameters:
flinkApplicationConfigurationUpdate- Describes updates to a Managed Service for Apache Flink 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 Managed Service for Apache Flink 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:
flinkApplicationConfigurationUpdate(FlinkApplicationConfigurationUpdate)
-
environmentPropertyUpdates
ApplicationConfigurationUpdate.Builder environmentPropertyUpdates(EnvironmentPropertyUpdates environmentPropertyUpdates)
Describes updates to the environment properties for a Managed Service for Apache Flink application.
- Parameters:
environmentPropertyUpdates- Describes updates to the environment properties for a Managed Service for Apache Flink 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 Managed Service for Apache Flink 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:
environmentPropertyUpdates(EnvironmentPropertyUpdates)
-
applicationSnapshotConfigurationUpdate
ApplicationConfigurationUpdate.Builder applicationSnapshotConfigurationUpdate(ApplicationSnapshotConfigurationUpdate applicationSnapshotConfigurationUpdate)
Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
- Parameters:
applicationSnapshotConfigurationUpdate- Describes whether snapshots are enabled for a Managed Service for Apache Flink 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 Managed Service for Apache Flink 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:
applicationSnapshotConfigurationUpdate(ApplicationSnapshotConfigurationUpdate)
-
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 to#vpcConfigurationUpdates(List.) - 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:
#vpcConfigurationUpdates(java.util.Collection)
-
zeppelinApplicationConfigurationUpdate
ApplicationConfigurationUpdate.Builder zeppelinApplicationConfigurationUpdate(ZeppelinApplicationConfigurationUpdate zeppelinApplicationConfigurationUpdate)
Updates to the configuration of a Managed Service for Apache Flink Studio notebook.
- Parameters:
zeppelinApplicationConfigurationUpdate- Updates to the configuration of a Managed Service for Apache Flink 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 Managed Service for Apache Flink 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:
zeppelinApplicationConfigurationUpdate(ZeppelinApplicationConfigurationUpdate)
-
-