| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
static View.Builder |
View.builder() |
default View.Builder |
View.Builder.filters(Consumer<SearchFilter.Builder> filters)
An array of SearchFilter objects that specify which resources can be included in the results of
queries made using this view.
|
View.Builder |
View.Builder.filters(SearchFilter filters)
An array of SearchFilter objects that specify which resources can be included in the results of
queries made using this view.
|
View.Builder |
View.Builder.includedProperties(Collection<IncludedProperty> includedProperties)
A structure that contains additional information about the view.
|
View.Builder |
View.Builder.includedProperties(Consumer<IncludedProperty.Builder>... includedProperties)
A structure that contains additional information about the view.
|
View.Builder |
View.Builder.includedProperties(IncludedProperty... includedProperties)
A structure that contains additional information about the view.
|
View.Builder |
View.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The date and time when this view was last modified.
|
View.Builder |
View.Builder.owner(String owner)
The Amazon Web Services account that owns this view.
|
View.Builder |
View.Builder.scope(String scope)
An Amazon resource name
(ARN) of an Amazon Web Services account, an organization, or an organizational unit (OU) that specifies
whether this view includes resources from only the specified Amazon Web Services account, all accounts in the
specified organization, or all accounts in the specified OU.
|
View.Builder |
View.toBuilder() |
View.Builder |
View.Builder.viewArn(String viewArn)
The Amazon resource name
(ARN) of the view.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends View.Builder> |
View.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateViewResponse.Builder |
CreateViewResponse.Builder.view(Consumer<View.Builder> view)
A structure that contains the details about the new view.
|
default GetViewResponse.Builder |
GetViewResponse.Builder.view(Consumer<View.Builder> view)
A structure that contains the details for the requested view.
|
default UpdateViewResponse.Builder |
UpdateViewResponse.Builder.view(Consumer<View.Builder> view)
Details about the view that you changed with this operation.
|
Copyright © 2023. All rights reserved.