Interface DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder,
,DescribeNetworkInsightsAccessScopeAnalysesRequest> Ec2Request.Builder
,SdkBuilder<DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder,
,DescribeNetworkInsightsAccessScopeAnalysesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeNetworkInsightsAccessScopeAnalysesRequest
-
Method Summary
Modifier and TypeMethodDescriptionanalysisStartTimeBegin
(Instant analysisStartTimeBegin) Filters the results based on the start time.analysisStartTimeEnd
(Instant analysisStartTimeEnd) Filters the results based on the start time.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.filters
(Collection<Filter> filters) There are no supported filters.filters
(Consumer<Filter.Builder>... filters) There are no supported filters.There are no supported filters.maxResults
(Integer maxResults) The maximum number of results to return with a single call.networkInsightsAccessScopeAnalysisIds
(String... networkInsightsAccessScopeAnalysisIds) The IDs of the Network Access Scope analyses.networkInsightsAccessScopeAnalysisIds
(Collection<String> networkInsightsAccessScopeAnalysisIds) The IDs of the Network Access Scope analyses.networkInsightsAccessScopeId
(String networkInsightsAccessScopeId) The ID of the Network Access Scope.The token for the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
networkInsightsAccessScopeAnalysisIds
DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder networkInsightsAccessScopeAnalysisIds(Collection<String> networkInsightsAccessScopeAnalysisIds) The IDs of the Network Access Scope analyses.
- Parameters:
networkInsightsAccessScopeAnalysisIds
- The IDs of the Network Access Scope analyses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInsightsAccessScopeAnalysisIds
DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder networkInsightsAccessScopeAnalysisIds(String... networkInsightsAccessScopeAnalysisIds) The IDs of the Network Access Scope analyses.
- Parameters:
networkInsightsAccessScopeAnalysisIds
- The IDs of the Network Access Scope analyses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInsightsAccessScopeId
DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder networkInsightsAccessScopeId(String networkInsightsAccessScopeId) The ID of the Network Access Scope.
- Parameters:
networkInsightsAccessScopeId
- The ID of the Network Access Scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisStartTimeBegin
DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder analysisStartTimeBegin(Instant analysisStartTimeBegin) Filters the results based on the start time. The analysis must have started on or after this time.
- Parameters:
analysisStartTimeBegin
- Filters the results based on the start time. The analysis must have started on or after this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisStartTimeEnd
DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder analysisStartTimeEnd(Instant analysisStartTimeEnd) Filters the results based on the start time. The analysis must have started on or before this time.
- Parameters:
analysisStartTimeEnd
- Filters the results based on the start time. The analysis must have started on or before this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
There are no supported filters.
- Parameters:
filters
- There are no supported filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
There are no supported filters.
- Parameters:
filters
- There are no supported filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder filters(Consumer<Filter.Builder>... filters) There are no supported filters.
This is a convenience method that creates an instance of theFilter.Builder
avoiding the need to create one manually viaFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<Filter>)
.- Parameters:
filters
- a consumer that will call methods onFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned
nextToken
value.- Parameters:
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returnednextToken
value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Parameters:
dryRun
- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next page of results.
- Parameters:
nextToken
- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-