Interface GetCostEstimateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetCostEstimateRequest.Builder,GetCostEstimateRequest>,LightsailRequest.Builder,SdkBuilder<GetCostEstimateRequest.Builder,GetCostEstimateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetCostEstimateRequest
public static interface GetCostEstimateRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetCostEstimateRequest.Builder,GetCostEstimateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCostEstimateRequest.BuilderendTime(Instant endTime)The cost estimate end time.GetCostEstimateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCostEstimateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCostEstimateRequest.BuilderresourceName(String resourceName)The resource name.GetCostEstimateRequest.BuilderstartTime(Instant startTime)The cost estimate start time.-
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.lightsail.model.LightsailRequest.Builder
build
-
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
-
resourceName
GetCostEstimateRequest.Builder resourceName(String resourceName)
The resource name.
- Parameters:
resourceName- The resource name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
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
1538424000as the start time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
- Parameters:
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
1538424000as the start time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
endTime
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
1538427600as the end time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
- Parameters:
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
1538427600as the end time.
You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
GetCostEstimateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCostEstimateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-