public static interface ListAppVersionAppComponentsResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListAppVersionAppComponentsResponse.Builder,ListAppVersionAppComponentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppVersionAppComponentsResponse.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
ListAppVersionAppComponentsResponse.Builder |
appComponents(AppComponent... appComponents)
Defines an Application Component.
|
ListAppVersionAppComponentsResponse.Builder |
appComponents(Collection<AppComponent> appComponents)
Defines an Application Component.
|
ListAppVersionAppComponentsResponse.Builder |
appComponents(Consumer<AppComponent.Builder>... appComponents)
Defines an Application Component.
|
ListAppVersionAppComponentsResponse.Builder |
appVersion(String appVersion)
Resilience Hub application version.
|
ListAppVersionAppComponentsResponse.Builder |
nextToken(String nextToken)
Token for the next set of results, or null if there are no more results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppVersionAppComponentsResponse.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.ListAppVersionAppComponentsResponse.Builder appComponents(Collection<AppComponent> appComponents)
Defines an Application Component.
appComponents - Defines an Application Component.ListAppVersionAppComponentsResponse.Builder appComponents(AppComponent... appComponents)
Defines an Application Component.
appComponents - Defines an Application Component.ListAppVersionAppComponentsResponse.Builder appComponents(Consumer<AppComponent.Builder>... appComponents)
Defines an Application Component.
This is a convenience method that creates an instance of theAppComponent.Builder avoiding the need to create
one manually via AppComponent.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #appComponents(List.
appComponents - a consumer that will call methods on
AppComponent.Builder#appComponents(java.util.Collection) ListAppVersionAppComponentsResponse.Builder appVersion(String appVersion)
Resilience Hub application version.
appVersion - Resilience Hub application version.ListAppVersionAppComponentsResponse.Builder nextToken(String nextToken)
Token for the next set of results, or null if there are no more results.
nextToken - Token for the next set of results, or null if there are no more results.Copyright © 2023. All rights reserved.