public static interface AppAuthorizationSummary.Builder extends SdkPojo, CopyableBuilder<AppAuthorizationSummary.Builder,AppAuthorizationSummary>
| Modifier and Type | Method and Description |
|---|---|
AppAuthorizationSummary.Builder |
app(String app)
The name of the application.
|
AppAuthorizationSummary.Builder |
appAuthorizationArn(String appAuthorizationArn)
The Amazon Resource Name (ARN) of the app authorization.
|
AppAuthorizationSummary.Builder |
appBundleArn(String appBundleArn)
The Amazon Resource Name (ARN) of the app bundle for the app authorization.
|
AppAuthorizationSummary.Builder |
status(AppAuthorizationStatus status)
The state of the app authorization.
|
AppAuthorizationSummary.Builder |
status(String status)
The state of the app authorization.
|
default AppAuthorizationSummary.Builder |
tenant(Consumer<Tenant.Builder> tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
AppAuthorizationSummary.Builder |
tenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
AppAuthorizationSummary.Builder |
updatedAt(Instant updatedAt)
Timestamp for when the app authorization was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppAuthorizationSummary.Builder appAuthorizationArn(String appAuthorizationArn)
The Amazon Resource Name (ARN) of the app authorization.
appAuthorizationArn - The Amazon Resource Name (ARN) of the app authorization.AppAuthorizationSummary.Builder appBundleArn(String appBundleArn)
The Amazon Resource Name (ARN) of the app bundle for the app authorization.
appBundleArn - The Amazon Resource Name (ARN) of the app bundle for the app authorization.AppAuthorizationSummary.Builder app(String app)
The name of the application.
app - The name of the application.AppAuthorizationSummary.Builder tenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
tenant - Contains information about an application tenant, such as the application display name and identifier.default AppAuthorizationSummary.Builder tenant(Consumer<Tenant.Builder> tenant)
Contains information about an application tenant, such as the application display name and identifier.
This is a convenience method that creates an instance of theTenant.Builder avoiding the need to
create one manually via Tenant.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to tenant(Tenant).
tenant - a consumer that will call methods on Tenant.Buildertenant(Tenant)AppAuthorizationSummary.Builder status(String status)
The state of the app authorization.
The following states are possible:
PendingConnect: The initial state of the app authorization. The app authorization is created but
not yet connected.
Connected: The app authorization is connected to the application, and is ready to be used.
ConnectionValidationFailed: The app authorization received a validation exception when trying to
connect to the application. If the app authorization is in this state, you should verify the configured
credentials and try to connect the app authorization again.
TokenAutoRotationFailed: AppFabric failed to refresh the access token. If the app authorization
is in this state, you should try to reconnect the app authorization.
status - The state of the app authorization.
The following states are possible:
PendingConnect: The initial state of the app authorization. The app authorization is
created but not yet connected.
Connected: The app authorization is connected to the application, and is ready to be
used.
ConnectionValidationFailed: The app authorization received a validation exception when
trying to connect to the application. If the app authorization is in this state, you should verify the
configured credentials and try to connect the app authorization again.
TokenAutoRotationFailed: AppFabric failed to refresh the access token. If the app
authorization is in this state, you should try to reconnect the app authorization.
AppAuthorizationStatus,
AppAuthorizationStatusAppAuthorizationSummary.Builder status(AppAuthorizationStatus status)
The state of the app authorization.
The following states are possible:
PendingConnect: The initial state of the app authorization. The app authorization is created but
not yet connected.
Connected: The app authorization is connected to the application, and is ready to be used.
ConnectionValidationFailed: The app authorization received a validation exception when trying to
connect to the application. If the app authorization is in this state, you should verify the configured
credentials and try to connect the app authorization again.
TokenAutoRotationFailed: AppFabric failed to refresh the access token. If the app authorization
is in this state, you should try to reconnect the app authorization.
status - The state of the app authorization.
The following states are possible:
PendingConnect: The initial state of the app authorization. The app authorization is
created but not yet connected.
Connected: The app authorization is connected to the application, and is ready to be
used.
ConnectionValidationFailed: The app authorization received a validation exception when
trying to connect to the application. If the app authorization is in this state, you should verify the
configured credentials and try to connect the app authorization again.
TokenAutoRotationFailed: AppFabric failed to refresh the access token. If the app
authorization is in this state, you should try to reconnect the app authorization.
AppAuthorizationStatus,
AppAuthorizationStatusAppAuthorizationSummary.Builder updatedAt(Instant updatedAt)
Timestamp for when the app authorization was last updated.
updatedAt - Timestamp for when the app authorization was last updated.Copyright © 2023. All rights reserved.