Interface CreateApplicationRequest.Builder
-
- All Superinterfaces:
AppIntegrationsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>,SdkBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateApplicationRequest
public static interface CreateApplicationRequest.Builder extends AppIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default CreateApplicationRequest.BuilderapplicationSourceConfig(Consumer<ApplicationSourceConfig.Builder> applicationSourceConfig)The configuration for where the application should be loaded from.CreateApplicationRequest.BuilderapplicationSourceConfig(ApplicationSourceConfig applicationSourceConfig)The configuration for where the application should be loaded from.CreateApplicationRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateApplicationRequest.Builderdescription(String description)The description of the application.CreateApplicationRequest.Buildername(String name)The name of the application.CreateApplicationRequest.Buildernamespace(String namespace)The namespace of the application.CreateApplicationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateApplicationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateApplicationRequest.Builderpermissions(String... permissions)The configuration of events or requests that the application has access to.CreateApplicationRequest.Builderpermissions(Collection<String> permissions)The configuration of events or requests that the application has access to.CreateApplicationRequest.Builderpublications(Collection<Publication> publications)Deprecated.Publications has been replaced with PermissionsCreateApplicationRequest.Builderpublications(Consumer<Publication.Builder>... publications)Deprecated.Publications has been replaced with PermissionsCreateApplicationRequest.Builderpublications(Publication... publications)Deprecated.Publications has been replaced with PermissionsCreateApplicationRequest.Buildersubscriptions(Collection<Subscription> subscriptions)Deprecated.Subscriptions has been replaced with PermissionsCreateApplicationRequest.Buildersubscriptions(Consumer<Subscription.Builder>... subscriptions)Deprecated.Subscriptions has been replaced with PermissionsCreateApplicationRequest.Buildersubscriptions(Subscription... subscriptions)Deprecated.Subscriptions has been replaced with PermissionsCreateApplicationRequest.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.-
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
-
name
CreateApplicationRequest.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.
-
namespace
CreateApplicationRequest.Builder namespace(String namespace)
The namespace of the application.
- Parameters:
namespace- The namespace of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateApplicationRequest.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
CreateApplicationRequest.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 CreateApplicationRequest.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 CreateApplicationRequest.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 CreateApplicationRequest.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 CreateApplicationRequest.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 CreateApplicationRequest.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 CreateApplicationRequest.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 CreateApplicationRequest.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)
-
clientToken
CreateApplicationRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateApplicationRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
CreateApplicationRequest.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
CreateApplicationRequest.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
CreateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-