| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
GetRegisterAccountStatusResponse.Builder |
GetRegisterAccountStatusResponse.Builder.accountStatus(RegistrationStatus accountStatus)
The status of registering your account and resources.
|
GetRegisterAccountStatusResponse.Builder |
GetRegisterAccountStatusResponse.Builder.accountStatus(String accountStatus)
The status of registering your account and resources.
|
static GetRegisterAccountStatusResponse.Builder |
GetRegisterAccountStatusResponse.builder() |
GetRegisterAccountStatusResponse.Builder |
GetRegisterAccountStatusResponse.Builder.creationTime(Instant creationTime)
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetRegisterAccountStatusResponse.Builder |
GetRegisterAccountStatusResponse.Builder.customerAccountId(String customerAccountId)
The unique ID of the Amazon Web Services account, provided at account creation.
|
default GetRegisterAccountStatusResponse.Builder |
GetRegisterAccountStatusResponse.Builder.iamRegistrationResponse(Consumer<IamRegistrationResponse.Builder> iamRegistrationResponse)
Information about the registered IAM resources or errors, if any.
|
GetRegisterAccountStatusResponse.Builder |
GetRegisterAccountStatusResponse.Builder.iamRegistrationResponse(IamRegistrationResponse iamRegistrationResponse)
Information about the registered IAM resources or errors, if any.
|
GetRegisterAccountStatusResponse.Builder |
GetRegisterAccountStatusResponse.Builder.lastModificationTime(Instant lastModificationTime)
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
default GetRegisterAccountStatusResponse.Builder |
GetRegisterAccountStatusResponse.Builder.timestreamRegistrationResponse(Consumer<TimestreamRegistrationResponse.Builder> timestreamRegistrationResponse)
Information about the registered Amazon Timestream resources or errors, if any.
|
GetRegisterAccountStatusResponse.Builder |
GetRegisterAccountStatusResponse.Builder.timestreamRegistrationResponse(TimestreamRegistrationResponse timestreamRegistrationResponse)
Information about the registered Amazon Timestream resources or errors, if any.
|
GetRegisterAccountStatusResponse.Builder |
GetRegisterAccountStatusResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetRegisterAccountStatusResponse.Builder> |
GetRegisterAccountStatusResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.