Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.View.Builder
-
Packages that use View.Builder Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of View.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return View.Builder Modifier and Type Method Description static View.BuilderView. builder()default View.BuilderView.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.BuilderView.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.BuilderView.Builder. includedProperties(Collection<IncludedProperty> includedProperties)A structure that contains additional information about the view.View.BuilderView.Builder. includedProperties(Consumer<IncludedProperty.Builder>... includedProperties)A structure that contains additional information about the view.View.BuilderView.Builder. includedProperties(IncludedProperty... includedProperties)A structure that contains additional information about the view.View.BuilderView.Builder. lastUpdatedAt(Instant lastUpdatedAt)The date and time when this view was last modified.View.BuilderView.Builder. owner(String owner)The Amazon Web Services account that owns this view.View.BuilderView.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.BuilderView. toBuilder()View.BuilderView.Builder. viewArn(String viewArn)The Amazon resource name (ARN) of the view.Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type View.Builder Modifier and Type Method Description static Class<? extends View.Builder>View. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.resourceexplorer2.model with type arguments of type View.Builder Modifier and Type Method Description default CreateViewResponse.BuilderCreateViewResponse.Builder. view(Consumer<View.Builder> view)A structure that contains the details about the new view.default GetViewResponse.BuilderGetViewResponse.Builder. view(Consumer<View.Builder> view)A structure that contains the details for the requested view.default UpdateViewResponse.BuilderUpdateViewResponse.Builder. view(Consumer<View.Builder> view)Details about the view that you changed with this operation.
-