Interface GetResourceConfigHistoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<GetResourceConfigHistoryRequest.Builder,GetResourceConfigHistoryRequest>,SdkBuilder<GetResourceConfigHistoryRequest.Builder,GetResourceConfigHistoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetResourceConfigHistoryRequest
public static interface GetResourceConfigHistoryRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<GetResourceConfigHistoryRequest.Builder,GetResourceConfigHistoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetResourceConfigHistoryRequest.BuilderchronologicalOrder(String chronologicalOrder)The chronological order for configuration items listed.GetResourceConfigHistoryRequest.BuilderchronologicalOrder(ChronologicalOrder chronologicalOrder)The chronological order for configuration items listed.GetResourceConfigHistoryRequest.BuilderearlierTime(Instant earlierTime)The chronologically earliest time in the time range for which the history requested.GetResourceConfigHistoryRequest.BuilderlaterTime(Instant laterTime)The chronologically latest time in the time range for which the history requested.GetResourceConfigHistoryRequest.Builderlimit(Integer limit)The maximum number of configuration items returned on each page.GetResourceConfigHistoryRequest.BuildernextToken(String nextToken)ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.GetResourceConfigHistoryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetResourceConfigHistoryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetResourceConfigHistoryRequest.BuilderresourceId(String resourceId)The ID of the resource (for example.,sg-xxxxxx).GetResourceConfigHistoryRequest.BuilderresourceType(String resourceType)The resource type.GetResourceConfigHistoryRequest.BuilderresourceType(ResourceType resourceType)The resource type.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resourceType
GetResourceConfigHistoryRequest.Builder resourceType(String resourceType)
The resource type.
- Parameters:
resourceType- The resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
GetResourceConfigHistoryRequest.Builder resourceType(ResourceType resourceType)
The resource type.
- Parameters:
resourceType- The resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceId
GetResourceConfigHistoryRequest.Builder resourceId(String resourceId)
The ID of the resource (for example.,
sg-xxxxxx).- Parameters:
resourceId- The ID of the resource (for example.,sg-xxxxxx).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
laterTime
GetResourceConfigHistoryRequest.Builder laterTime(Instant laterTime)
The chronologically latest time in the time range for which the history requested. If not specified, current time is taken.
- Parameters:
laterTime- The chronologically latest time in the time range for which the history requested. If not specified, current time is taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
earlierTime
GetResourceConfigHistoryRequest.Builder earlierTime(Instant earlierTime)
The chronologically earliest time in the time range for which the history requested. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.
- Parameters:
earlierTime- The chronologically earliest time in the time range for which the history requested. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chronologicalOrder
GetResourceConfigHistoryRequest.Builder chronologicalOrder(String chronologicalOrder)
The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.
- Parameters:
chronologicalOrder- The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChronologicalOrder,ChronologicalOrder
-
chronologicalOrder
GetResourceConfigHistoryRequest.Builder chronologicalOrder(ChronologicalOrder chronologicalOrder)
The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.
- Parameters:
chronologicalOrder- The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChronologicalOrder,ChronologicalOrder
-
limit
GetResourceConfigHistoryRequest.Builder limit(Integer limit)
The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
- Parameters:
limit- The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetResourceConfigHistoryRequest.Builder nextToken(String nextToken)
The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
nextToken- ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetResourceConfigHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetResourceConfigHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-