Interface PartnerInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PartnerInfo.Builder,,PartnerInfo> SdkBuilder<PartnerInfo.Builder,,PartnerInfo> SdkPojo
- Enclosing class:
PartnerInfo
-
Method Summary
Modifier and TypeMethodDescriptionenrolledAt(Instant enrolledAt) The timestamp when the account was enrolled in the Lightsail partner program.The status of the partner membership.status(PartnerStatus status) The status of the partner membership.The tier of the partner membership.The tier of the partner membership.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enrolledAt
The timestamp when the account was enrolled in the Lightsail partner program.
- Parameters:
enrolledAt- The timestamp when the account was enrolled in the Lightsail partner program.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tierName
The tier of the partner membership.
- Parameters:
tierName- The tier of the partner membership.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tierName
The tier of the partner membership.
- Parameters:
tierName- The tier of the partner membership.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the partner membership.
The following statuses are possible:
-
Active– The membership is active, and the benefits of the current tier are available to the account. -
Suspended– The membership is suspended, and the benefits of the tier are not available to the account.
- Parameters:
status- The status of the partner membership.The following statuses are possible:
-
Active– The membership is active, and the benefits of the current tier are available to the account. -
Suspended– The membership is suspended, and the benefits of the tier are not available to the account.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The status of the partner membership.
The following statuses are possible:
-
Active– The membership is active, and the benefits of the current tier are available to the account. -
Suspended– The membership is suspended, and the benefits of the tier are not available to the account.
- Parameters:
status- The status of the partner membership.The following statuses are possible:
-
Active– The membership is active, and the benefits of the current tier are available to the account. -
Suspended– The membership is suspended, and the benefits of the tier are not available to the account.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-