public static interface GetRegisterAccountStatusResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<GetRegisterAccountStatusResponse.Builder,GetRegisterAccountStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRegisterAccountStatusResponse.Builder |
accountStatus(RegistrationStatus accountStatus)
The status of registering your account and resources.
|
GetRegisterAccountStatusResponse.Builder |
accountStatus(String accountStatus)
The status of registering your account and resources.
|
GetRegisterAccountStatusResponse.Builder |
creationTime(Instant creationTime)
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetRegisterAccountStatusResponse.Builder |
customerAccountId(String customerAccountId)
The unique ID of the Amazon Web Services account, provided at account creation.
|
default GetRegisterAccountStatusResponse.Builder |
iamRegistrationResponse(Consumer<IamRegistrationResponse.Builder> iamRegistrationResponse)
Information about the registered IAM resources or errors, if any.
|
GetRegisterAccountStatusResponse.Builder |
iamRegistrationResponse(IamRegistrationResponse iamRegistrationResponse)
Information about the registered IAM resources or errors, if any.
|
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 |
timestreamRegistrationResponse(Consumer<TimestreamRegistrationResponse.Builder> timestreamRegistrationResponse)
Information about the registered Amazon Timestream resources or errors, if any.
|
GetRegisterAccountStatusResponse.Builder |
timestreamRegistrationResponse(TimestreamRegistrationResponse timestreamRegistrationResponse)
Information about the registered Amazon Timestream resources or errors, if any.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRegisterAccountStatusResponse.Builder customerAccountId(String customerAccountId)
The unique ID of the Amazon Web Services account, provided at account creation.
customerAccountId - The unique ID of the Amazon Web Services account, provided at account creation.GetRegisterAccountStatusResponse.Builder accountStatus(String accountStatus)
The status of registering your account and resources. The status can be one of:
REGISTRATION_SUCCESS - The Amazon Web Services resource is successfully registered.
REGISTRATION_PENDING - Amazon Web Services IoT FleetWise is processing the registration request.
This process takes approximately five minutes to complete.
REGISTRATION_FAILURE - Amazon Web Services IoT FleetWise can't register the AWS resource. Try
again later.
accountStatus - The status of registering your account and resources. The status can be one of:
REGISTRATION_SUCCESS - The Amazon Web Services resource is successfully registered.
REGISTRATION_PENDING - Amazon Web Services IoT FleetWise is processing the registration
request. This process takes approximately five minutes to complete.
REGISTRATION_FAILURE - Amazon Web Services IoT FleetWise can't register the AWS resource.
Try again later.
RegistrationStatus,
RegistrationStatusGetRegisterAccountStatusResponse.Builder accountStatus(RegistrationStatus accountStatus)
The status of registering your account and resources. The status can be one of:
REGISTRATION_SUCCESS - The Amazon Web Services resource is successfully registered.
REGISTRATION_PENDING - Amazon Web Services IoT FleetWise is processing the registration request.
This process takes approximately five minutes to complete.
REGISTRATION_FAILURE - Amazon Web Services IoT FleetWise can't register the AWS resource. Try
again later.
accountStatus - The status of registering your account and resources. The status can be one of:
REGISTRATION_SUCCESS - The Amazon Web Services resource is successfully registered.
REGISTRATION_PENDING - Amazon Web Services IoT FleetWise is processing the registration
request. This process takes approximately five minutes to complete.
REGISTRATION_FAILURE - Amazon Web Services IoT FleetWise can't register the AWS resource.
Try again later.
RegistrationStatus,
RegistrationStatusGetRegisterAccountStatusResponse.Builder timestreamRegistrationResponse(TimestreamRegistrationResponse timestreamRegistrationResponse)
Information about the registered Amazon Timestream resources or errors, if any.
timestreamRegistrationResponse - Information about the registered Amazon Timestream resources or errors, if any.default GetRegisterAccountStatusResponse.Builder timestreamRegistrationResponse(Consumer<TimestreamRegistrationResponse.Builder> timestreamRegistrationResponse)
Information about the registered Amazon Timestream resources or errors, if any.
This is a convenience method that creates an instance of theTimestreamRegistrationResponse.Builder
avoiding the need to create one manually via TimestreamRegistrationResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
timestreamRegistrationResponse(TimestreamRegistrationResponse).
timestreamRegistrationResponse - a consumer that will call methods on TimestreamRegistrationResponse.BuildertimestreamRegistrationResponse(TimestreamRegistrationResponse)GetRegisterAccountStatusResponse.Builder iamRegistrationResponse(IamRegistrationResponse iamRegistrationResponse)
Information about the registered IAM resources or errors, if any.
iamRegistrationResponse - Information about the registered IAM resources or errors, if any.default GetRegisterAccountStatusResponse.Builder iamRegistrationResponse(Consumer<IamRegistrationResponse.Builder> iamRegistrationResponse)
Information about the registered IAM resources or errors, if any.
This is a convenience method that creates an instance of theIamRegistrationResponse.Builder avoiding
the need to create one manually via IamRegistrationResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to iamRegistrationResponse(IamRegistrationResponse).
iamRegistrationResponse - a consumer that will call methods on IamRegistrationResponse.BuilderiamRegistrationResponse(IamRegistrationResponse)GetRegisterAccountStatusResponse.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).GetRegisterAccountStatusResponse.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.