public static interface NetworkInsightsAccessScope.Builder extends SdkPojo, CopyableBuilder<NetworkInsightsAccessScope.Builder,NetworkInsightsAccessScope>
| Modifier and Type | Method and Description |
|---|---|
NetworkInsightsAccessScope.Builder |
createdDate(Instant createdDate)
The creation date.
|
NetworkInsightsAccessScope.Builder |
networkInsightsAccessScopeArn(String networkInsightsAccessScopeArn)
The Amazon Resource Name (ARN) of the Network Access Scope.
|
NetworkInsightsAccessScope.Builder |
networkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
|
NetworkInsightsAccessScope.Builder |
tags(Collection<Tag> tags)
The tags.
|
NetworkInsightsAccessScope.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags.
|
NetworkInsightsAccessScope.Builder |
tags(Tag... tags)
The tags.
|
NetworkInsightsAccessScope.Builder |
updatedDate(Instant updatedDate)
The last updated date.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkInsightsAccessScope.Builder networkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
networkInsightsAccessScopeId - The ID of the Network Access Scope.NetworkInsightsAccessScope.Builder networkInsightsAccessScopeArn(String networkInsightsAccessScopeArn)
The Amazon Resource Name (ARN) of the Network Access Scope.
networkInsightsAccessScopeArn - The Amazon Resource Name (ARN) of the Network Access Scope.NetworkInsightsAccessScope.Builder createdDate(Instant createdDate)
The creation date.
createdDate - The creation date.NetworkInsightsAccessScope.Builder updatedDate(Instant updatedDate)
The last updated date.
updatedDate - The last updated date.NetworkInsightsAccessScope.Builder tags(Collection<Tag> tags)
The tags.
tags - The tags.NetworkInsightsAccessScope.Builder tags(Tag... tags)
The tags.
tags - The tags.NetworkInsightsAccessScope.Builder tags(Consumer<Tag.Builder>... tags)
The tags.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2021. All rights reserved.