static ImmutableApplicationLogEntity.Builder |
ImmutableApplicationLogEntity.builder() |
|
ImmutableApplicationLogEntity.Builder |
ImmutableApplicationLogEntity.Builder.from(ApplicationLogEntity instance) |
Fill a builder with attribute values from the provided ApplicationLogEntity instance.
|
ImmutableApplicationLogEntity.Builder |
ImmutableApplicationLogEntity.Builder.instanceId(String instanceId) |
Initializes the value for the instanceId attribute.
|
ImmutableApplicationLogEntity.Builder |
ImmutableApplicationLogEntity.Builder.logBody(ApplicationLogEntity.LogBody logBody) |
Initializes the value for the logBody attribute.
|
ImmutableApplicationLogEntity.Builder |
ImmutableApplicationLogEntity.Builder.putAllTags(Map<String,? extends String> entries) |
Put all mappings from the specified map as entries to tags map.
|
ImmutableApplicationLogEntity.Builder |
ImmutableApplicationLogEntity.Builder.putTag(String key,
String value) |
Put one entry to the tags map.
|
ImmutableApplicationLogEntity.Builder |
ImmutableApplicationLogEntity.Builder.putTag(Map.Entry<String,? extends String> entry) |
Put one entry to the tags map.
|
ImmutableApplicationLogEntity.Builder |
ImmutableApplicationLogEntity.Builder.sourceId(String sourceId) |
Initializes the value for the sourceId attribute.
|
ImmutableApplicationLogEntity.Builder |
ImmutableApplicationLogEntity.Builder.tags(Map<String,? extends String> entries) |
Sets or replaces all mappings from the specified map as entries for the tags map.
|
ImmutableApplicationLogEntity.Builder |
ImmutableApplicationLogEntity.Builder.timestampInNanoseconds(Long timestampInNanoseconds) |
|