public static interface RegisterAccountResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<RegisterAccountResponse.Builder,RegisterAccountResponse>
| Modifier and Type | Method and Description |
|---|---|
RegisterAccountResponse.Builder |
creationTime(Instant creationTime)
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
default RegisterAccountResponse.Builder |
iamResources(Consumer<IamResources.Builder> iamResources)
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
|
RegisterAccountResponse.Builder |
iamResources(IamResources iamResources)
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
|
RegisterAccountResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
RegisterAccountResponse.Builder |
registerAccountStatus(RegistrationStatus registerAccountStatus)
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
|
RegisterAccountResponse.Builder |
registerAccountStatus(String registerAccountStatus)
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
|
default RegisterAccountResponse.Builder |
timestreamResources(Consumer<TimestreamResources.Builder> timestreamResources)
Sets the value of the TimestreamResources property for this object.
|
RegisterAccountResponse.Builder |
timestreamResources(TimestreamResources timestreamResources)
Sets the value of the TimestreamResources property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterAccountResponse.Builder registerAccountStatus(String registerAccountStatus)
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
registerAccountStatus - The status of registering your Amazon Web Services account, IAM role, and Timestream resources.RegistrationStatus,
RegistrationStatusRegisterAccountResponse.Builder registerAccountStatus(RegistrationStatus registerAccountStatus)
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
registerAccountStatus - The status of registering your Amazon Web Services account, IAM role, and Timestream resources.RegistrationStatus,
RegistrationStatusRegisterAccountResponse.Builder timestreamResources(TimestreamResources timestreamResources)
timestreamResources - The new value for the TimestreamResources property for this object.default RegisterAccountResponse.Builder timestreamResources(Consumer<TimestreamResources.Builder> timestreamResources)
TimestreamResources.Builder avoiding the
need to create one manually via TimestreamResources.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to timestreamResources(TimestreamResources).
timestreamResources - a consumer that will call methods on TimestreamResources.BuildertimestreamResources(TimestreamResources)RegisterAccountResponse.Builder iamResources(IamResources iamResources)
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
iamResources - The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon
Timestream.default RegisterAccountResponse.Builder iamResources(Consumer<IamResources.Builder> iamResources)
The registered 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.Builder avoiding the need
to create one manually via IamResources.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to iamResources(IamResources).
iamResources - a consumer that will call methods on IamResources.BuilderiamResources(IamResources)RegisterAccountResponse.Builder creationTime(Instant creationTime)
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime - The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).RegisterAccountResponse.Builder lastModificationTime(Instant lastModificationTime)
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
lastModificationTime - The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC
time).Copyright © 2022. All rights reserved.