Interface PurchaseOfferingRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PurchaseOfferingRequest.Builder,
,PurchaseOfferingRequest> MediaConnectRequest.Builder
,SdkBuilder<PurchaseOfferingRequest.Builder,
,PurchaseOfferingRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PurchaseOfferingRequest
public static interface PurchaseOfferingRequest.Builder
extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<PurchaseOfferingRequest.Builder,PurchaseOfferingRequest>
-
Method Summary
Modifier and TypeMethodDescriptionofferingArn
(String offeringArn) The Amazon Resource Name (ARN) of the offering.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.reservationName
(String reservationName) The name that you want to use for the reservation.The date and time that you want the reservation to begin, in Coordinated Universal Time (UTC).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.mediaconnect.model.MediaConnectRequest.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 Details
-
offeringArn
The Amazon Resource Name (ARN) of the offering.- Parameters:
offeringArn
- The Amazon Resource Name (ARN) of the offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservationName
The name that you want to use for the reservation.- Parameters:
reservationName
- The name that you want to use for the reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
start
The date and time that you want the reservation to begin, in Coordinated Universal Time (UTC). You can specify any date and time between 12:00am on the first day of the current month to the current time on today's date, inclusive. Specify the start in a 24-hour notation. Use the following format: YYYY-MM-DDTHH:mm:SSZ, where T and Z are literal characters. For example, to specify 11:30pm on March 5, 2020, enter 2020-03-05T23:30:00Z.- Parameters:
start
- The date and time that you want the reservation to begin, in Coordinated Universal Time (UTC). You can specify any date and time between 12:00am on the first day of the current month to the current time on today's date, inclusive. Specify the start in a 24-hour notation. Use the following format: YYYY-MM-DDTHH:mm:SSZ, where T and Z are literal characters. For example, to specify 11:30pm on March 5, 2020, enter 2020-03-05T23:30:00Z.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PurchaseOfferingRequest.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
PurchaseOfferingRequest.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.
-