public static interface UpdateAppRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<UpdateAppRequest.Builder,UpdateAppRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
UpdateAppRequest.Builder |
assessmentSchedule(AppAssessmentScheduleType assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
|
UpdateAppRequest.Builder |
assessmentSchedule(String assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
|
UpdateAppRequest.Builder |
clearResiliencyPolicyArn(Boolean clearResiliencyPolicyArn)
Specifies if the resiliency policy ARN should be cleared.
|
UpdateAppRequest.Builder |
description(String description)
The optional description for an app.
|
UpdateAppRequest.Builder |
eventSubscriptions(Collection<EventSubscription> eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
UpdateAppRequest.Builder |
eventSubscriptions(Consumer<EventSubscription.Builder>... eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
UpdateAppRequest.Builder |
eventSubscriptions(EventSubscription... eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
UpdateAppRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAppRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateAppRequest.Builder |
permissionModel(Consumer<PermissionModel.Builder> permissionModel)
Defines the roles and credentials that Resilience Hub would use while creating an application, importing its
resources, and running an assessment.
|
UpdateAppRequest.Builder |
permissionModel(PermissionModel permissionModel)
Defines the roles and credentials that Resilience Hub would use while creating an application, importing its
resources, and running an assessment.
|
UpdateAppRequest.Builder |
policyArn(String policyArn)
Amazon Resource Name (ARN) of the resiliency policy.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAppRequest.Builder appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For
more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference guide.
appArn - Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id.
For more information about ARNs, see Amazon Resource
Names (ARNs) in the Amazon Web Services General Reference guide.UpdateAppRequest.Builder assessmentSchedule(String assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
assessmentSchedule - Assessment execution schedule with 'Daily' or 'Disabled' values.AppAssessmentScheduleType,
AppAssessmentScheduleTypeUpdateAppRequest.Builder assessmentSchedule(AppAssessmentScheduleType assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
assessmentSchedule - Assessment execution schedule with 'Daily' or 'Disabled' values.AppAssessmentScheduleType,
AppAssessmentScheduleTypeUpdateAppRequest.Builder clearResiliencyPolicyArn(Boolean clearResiliencyPolicyArn)
Specifies if the resiliency policy ARN should be cleared.
clearResiliencyPolicyArn - Specifies if the resiliency policy ARN should be cleared.UpdateAppRequest.Builder description(String description)
The optional description for an app.
description - The optional description for an app.UpdateAppRequest.Builder eventSubscriptions(Collection<EventSubscription> eventSubscriptions)
The list of events you would like to subscribe and get notification for. Currently, Resilience Hub supports notifications only for Drift detected and Scheduled assessment failure events.
eventSubscriptions - The list of events you would like to subscribe and get notification for. Currently, Resilience Hub
supports notifications only for Drift detected and Scheduled assessment failure events.UpdateAppRequest.Builder eventSubscriptions(EventSubscription... eventSubscriptions)
The list of events you would like to subscribe and get notification for. Currently, Resilience Hub supports notifications only for Drift detected and Scheduled assessment failure events.
eventSubscriptions - The list of events you would like to subscribe and get notification for. Currently, Resilience Hub
supports notifications only for Drift detected and Scheduled assessment failure events.UpdateAppRequest.Builder eventSubscriptions(Consumer<EventSubscription.Builder>... eventSubscriptions)
The list of events you would like to subscribe and get notification for. Currently, Resilience Hub supports notifications only for Drift detected and Scheduled assessment failure events.
This is a convenience method that creates an instance of theEventSubscription.Builder avoiding the need to
create one manually via
EventSubscription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #eventSubscriptions(List.
eventSubscriptions - a consumer that will call methods on
EventSubscription.Builder#eventSubscriptions(java.util.Collection) UpdateAppRequest.Builder permissionModel(PermissionModel permissionModel)
Defines the roles and credentials that Resilience Hub would use while creating an application, importing its resources, and running an assessment.
permissionModel - Defines the roles and credentials that Resilience Hub would use while creating an application,
importing its resources, and running an assessment.default UpdateAppRequest.Builder permissionModel(Consumer<PermissionModel.Builder> permissionModel)
Defines the roles and credentials that Resilience Hub would use while creating an application, importing its resources, and running an assessment.
This is a convenience method that creates an instance of thePermissionModel.Builder avoiding the
need to create one manually via PermissionModel.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to permissionModel(PermissionModel).
permissionModel - a consumer that will call methods on PermissionModel.BuilderpermissionModel(PermissionModel)UpdateAppRequest.Builder policyArn(String policyArn)
Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition
:resiliencehub:region:account:resiliency-policy/policy-id. For more
information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference guide.
policyArn - Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:
partition:resiliencehub:region:account:resiliency-policy/
policy-id. For more information about ARNs, see Amazon Resource
Names (ARNs) in the Amazon Web Services General Reference guide.UpdateAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.