Interface RegisterAccountRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RegisterAccountRequest.Builder,,RegisterAccountRequest> IoTFleetWiseRequest.Builder,SdkBuilder<RegisterAccountRequest.Builder,,RegisterAccountRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
RegisterAccountRequest
@Mutable
@NotThreadSafe
public static interface RegisterAccountRequest.Builder
extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<RegisterAccountRequest.Builder,RegisterAccountRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondefault RegisterAccountRequest.BuilderiamResources(Consumer<IamResources.Builder> iamResources) Deprecated.iamResources is no longer used or needed as inputiamResources(IamResources iamResources) Deprecated.iamResources is no longer used or needed as inputoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default RegisterAccountRequest.BuildertimestreamResources(Consumer<TimestreamResources.Builder> timestreamResources) Deprecated.Amazon Timestream metadata is now passed in the CreateCampaign API.timestreamResources(TimestreamResources timestreamResources) Deprecated.Amazon Timestream metadata is now passed in the CreateCampaign API.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
timestreamResources
@Deprecated RegisterAccountRequest.Builder timestreamResources(TimestreamResources timestreamResources) Deprecated.Amazon Timestream metadata is now passed in the CreateCampaign API.Sets the value of the TimestreamResources property for this object.- Parameters:
timestreamResources- The new value for the TimestreamResources property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestreamResources
@Deprecated default RegisterAccountRequest.Builder timestreamResources(Consumer<TimestreamResources.Builder> timestreamResources) Deprecated.Amazon Timestream metadata is now passed in the CreateCampaign API.Sets the value of the TimestreamResources property for this object. This is a convenience method that creates an instance of theTimestreamResources.Builderavoiding the need to create one manually viaTimestreamResources.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totimestreamResources(TimestreamResources).- Parameters:
timestreamResources- a consumer that will call methods onTimestreamResources.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
iamResources
Deprecated.iamResources is no longer used or needed as inputThe IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
- Parameters:
iamResources- The IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamResources
@Deprecated default RegisterAccountRequest.Builder iamResources(Consumer<IamResources.Builder> iamResources) Deprecated.iamResources is no longer used or needed as inputThe IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
This is a convenience method that creates an instance of theIamResources.Builderavoiding the need to create one manually viaIamResources.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toiamResources(IamResources).- Parameters:
iamResources- a consumer that will call methods onIamResources.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
RegisterAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RegisterAccountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-