| Package | Description |
|---|---|
| software.amazon.awssdk.services.appintegrations.model |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.applicationSourceConfig(ApplicationSourceConfig applicationSourceConfig)
The configuration for where the application should be loaded from.
|
default GetApplicationResponse.Builder |
GetApplicationResponse.Builder.applicationSourceConfig(Consumer<ApplicationSourceConfig.Builder> applicationSourceConfig)
The configuration for where the application should be loaded from.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the Application.
|
static GetApplicationResponse.Builder |
GetApplicationResponse.builder() |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.createdTime(Instant createdTime)
The created time of the Application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.description(String description)
The description of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.id(String id)
A unique identifier for the Application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The last modified time of the Application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.name(String name)
The name of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.namespace(String namespace)
The namespace of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.publications(Collection<Publication> publications)
The events that the application publishes.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.publications(Consumer<Publication.Builder>... publications)
The events that the application publishes.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.publications(Publication... publications)
The events that the application publishes.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.subscriptions(Collection<Subscription> subscriptions)
The events that the application subscribes.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.subscriptions(Consumer<Subscription.Builder>... subscriptions)
The events that the application subscribes.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.subscriptions(Subscription... subscriptions)
The events that the application subscribes.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetApplicationResponse.Builder |
GetApplicationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetApplicationResponse.Builder> |
GetApplicationResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.