public static interface DescribeComponentResponse.Builder extends ApplicationInsightsResponse.Builder, SdkPojo, CopyableBuilder<DescribeComponentResponse.Builder,DescribeComponentResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeComponentResponse.Builder |
applicationComponent(ApplicationComponent applicationComponent)
Sets the value of the ApplicationComponent property for this object.
|
default DescribeComponentResponse.Builder |
applicationComponent(Consumer<ApplicationComponent.Builder> applicationComponent)
Sets the value of the ApplicationComponent property for this object.
|
DescribeComponentResponse.Builder |
resourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
|
DescribeComponentResponse.Builder |
resourceList(String... resourceList)
The list of resource ARNs that belong to the component.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeComponentResponse.Builder applicationComponent(ApplicationComponent applicationComponent)
applicationComponent - The new value for the ApplicationComponent property for this object.default DescribeComponentResponse.Builder applicationComponent(Consumer<ApplicationComponent.Builder> applicationComponent)
ApplicationComponent.Builder avoiding the need
to create one manually via ApplicationComponent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to applicationComponent(ApplicationComponent).applicationComponent - a consumer that will call methods on ApplicationComponent.BuilderapplicationComponent(ApplicationComponent)DescribeComponentResponse.Builder resourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
resourceList - The list of resource ARNs that belong to the component.DescribeComponentResponse.Builder resourceList(String... resourceList)
The list of resource ARNs that belong to the component.
resourceList - The list of resource ARNs that belong to the component.Copyright © 2020. All rights reserved.