public static interface GetCostEstimateRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetCostEstimateRequest.Builder,GetCostEstimateRequest>
| Modifier and Type | Method and Description |
|---|---|
GetCostEstimateRequest.Builder |
endTime(Instant endTime)
The cost estimate end time.
|
GetCostEstimateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCostEstimateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCostEstimateRequest.Builder |
resourceName(String resourceName)
The resource name.
|
GetCostEstimateRequest.Builder |
startTime(Instant startTime)
The cost estimate start time.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCostEstimateRequest.Builder resourceName(String resourceName)
The resource name.
resourceName - The resource name.GetCostEstimateRequest.Builder startTime(Instant startTime)
The cost estimate start time.
Constraints:
Specified in Coordinated Universal Time (UTC).
Specified in the Unix time format.
For example, if you want to use a start time of October 1, 2018, at 8 PM UTC, specify 1538424000
as the start time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
startTime - The cost estimate start time.
Constraints:
Specified in Coordinated Universal Time (UTC).
Specified in the Unix time format.
For example, if you want to use a start time of October 1, 2018, at 8 PM UTC, specify
1538424000 as the start time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
GetCostEstimateRequest.Builder endTime(Instant endTime)
The cost estimate end time.
Constraints:
Specified in Coordinated Universal Time (UTC).
Specified in the Unix time format.
For example, if you want to use an end time of October 1, 2018, at 9 PM UTC, specify 1538427600
as the end time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
endTime - The cost estimate end time.
Constraints:
Specified in Coordinated Universal Time (UTC).
Specified in the Unix time format.
For example, if you want to use an end time of October 1, 2018, at 9 PM UTC, specify
1538427600 as the end time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
GetCostEstimateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetCostEstimateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.