Interface UpdateApplicationRequest.Builder
-
- All Superinterfaces:
AppIntegrationsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>,SdkBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateApplicationRequest
public static interface UpdateApplicationRequest.Builder extends AppIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default UpdateApplicationRequest.BuilderapplicationSourceConfig(Consumer<ApplicationSourceConfig.Builder> applicationSourceConfig)The configuration for where the application should be loaded from.UpdateApplicationRequest.BuilderapplicationSourceConfig(ApplicationSourceConfig applicationSourceConfig)The configuration for where the application should be loaded from.UpdateApplicationRequest.Builderarn(String arn)The Amazon Resource Name (ARN) of the Application.UpdateApplicationRequest.Builderdescription(String description)The description of the application.UpdateApplicationRequest.Buildername(String name)The name of the application.UpdateApplicationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateApplicationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateApplicationRequest.Builderpermissions(String... permissions)The configuration of events or requests that the application has access to.UpdateApplicationRequest.Builderpermissions(Collection<String> permissions)The configuration of events or requests that the application has access to.UpdateApplicationRequest.Builderpublications(Collection<Publication> publications)Deprecated.Publications has been replaced with PermissionsUpdateApplicationRequest.Builderpublications(Consumer<Publication.Builder>... publications)Deprecated.Publications has been replaced with PermissionsUpdateApplicationRequest.Builderpublications(Publication... publications)Deprecated.Publications has been replaced with PermissionsUpdateApplicationRequest.Buildersubscriptions(Collection<Subscription> subscriptions)Deprecated.Subscriptions has been replaced with PermissionsUpdateApplicationRequest.Buildersubscriptions(Consumer<Subscription.Builder>... subscriptions)Deprecated.Subscriptions has been replaced with PermissionsUpdateApplicationRequest.Buildersubscriptions(Subscription... subscriptions)Deprecated.Subscriptions has been replaced with Permissions-
Methods inherited from interface software.amazon.awssdk.services.appintegrations.model.AppIntegrationsRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
UpdateApplicationRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Application.
- Parameters:
arn- The Amazon Resource Name (ARN) of the Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateApplicationRequest.Builder name(String name)
The name of the application.
- Parameters:
name- The name of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateApplicationRequest.Builder description(String description)
The description of the application.
- Parameters:
description- The description of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationSourceConfig
UpdateApplicationRequest.Builder applicationSourceConfig(ApplicationSourceConfig applicationSourceConfig)
The configuration for where the application should be loaded from.
- Parameters:
applicationSourceConfig- The configuration for where the application should be loaded from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationSourceConfig
default UpdateApplicationRequest.Builder applicationSourceConfig(Consumer<ApplicationSourceConfig.Builder> applicationSourceConfig)
The configuration for where the application should be loaded from.
This is a convenience method that creates an instance of theApplicationSourceConfig.Builderavoiding the need to create one manually viaApplicationSourceConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapplicationSourceConfig(ApplicationSourceConfig).- Parameters:
applicationSourceConfig- a consumer that will call methods onApplicationSourceConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
applicationSourceConfig(ApplicationSourceConfig)
-
subscriptions
@Deprecated UpdateApplicationRequest.Builder subscriptions(Collection<Subscription> subscriptions)
Deprecated.Subscriptions has been replaced with PermissionsThe events that the application subscribes.
- Parameters:
subscriptions- The events that the application subscribes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptions
@Deprecated UpdateApplicationRequest.Builder subscriptions(Subscription... subscriptions)
Deprecated.Subscriptions has been replaced with PermissionsThe events that the application subscribes.
- Parameters:
subscriptions- The events that the application subscribes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptions
@Deprecated UpdateApplicationRequest.Builder subscriptions(Consumer<Subscription.Builder>... subscriptions)
Deprecated.Subscriptions has been replaced with PermissionsThe events that the application subscribes.
This is a convenience method that creates an instance of theSubscription.Builderavoiding the need to create one manually viaSubscription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#subscriptions(List.) - Parameters:
subscriptions- a consumer that will call methods onSubscription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#subscriptions(java.util.Collection)
-
publications
@Deprecated UpdateApplicationRequest.Builder publications(Collection<Publication> publications)
Deprecated.Publications has been replaced with PermissionsThe events that the application publishes.
- Parameters:
publications- The events that the application publishes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publications
@Deprecated UpdateApplicationRequest.Builder publications(Publication... publications)
Deprecated.Publications has been replaced with PermissionsThe events that the application publishes.
- Parameters:
publications- The events that the application publishes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publications
@Deprecated UpdateApplicationRequest.Builder publications(Consumer<Publication.Builder>... publications)
Deprecated.Publications has been replaced with PermissionsThe events that the application publishes.
This is a convenience method that creates an instance of thePublication.Builderavoiding the need to create one manually viaPublication.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#publications(List.) - Parameters:
publications- a consumer that will call methods onPublication.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#publications(java.util.Collection)
-
permissions
UpdateApplicationRequest.Builder permissions(Collection<String> permissions)
The configuration of events or requests that the application has access to.
- Parameters:
permissions- The configuration of events or requests that the application has access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
UpdateApplicationRequest.Builder permissions(String... permissions)
The configuration of events or requests that the application has access to.
- Parameters:
permissions- The configuration of events or requests that the application has access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-