static GetUsageProfileResponse.Builder |
GetUsageProfileResponse.builder() |
|
default GetUsageProfileResponse.Builder |
GetUsageProfileResponse.Builder.configuration(Consumer<ProfileConfiguration.Builder> configuration) |
A ProfileConfiguration object specifying the job and session values for the profile.
|
GetUsageProfileResponse.Builder |
GetUsageProfileResponse.Builder.configuration(ProfileConfiguration configuration) |
A ProfileConfiguration object specifying the job and session values for the profile.
|
GetUsageProfileResponse.Builder |
GetUsageProfileResponse.Builder.createdOn(Instant createdOn) |
The date and time when the usage profile was created.
|
GetUsageProfileResponse.Builder |
GetUsageProfileResponse.Builder.description(String description) |
A description of the usage profile.
|
GetUsageProfileResponse.Builder |
GetUsageProfileResponse.Builder.lastModifiedOn(Instant lastModifiedOn) |
The date and time when the usage profile was last modified.
|
GetUsageProfileResponse.Builder |
GetUsageProfileResponse.Builder.name(String name) |
The name of the usage profile.
|
GetUsageProfileResponse.Builder |
GetUsageProfileResponse.toBuilder() |
|